SocialManager.GetOperationQueueAsync method

This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Note  The functionality described in this topic is not generally available to Windows/Windows Phone apps. Unless you have been approved by Microsoft, your code may not call these APIs. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

 

Syntax

public static IAsyncOperation<OperationQueue> GetOperationQueueAsync()
Public Shared Function GetOperationQueueAsync() As IAsyncOperation(Of OperationQueue)
public:
static IAsyncOperation<OperationQueue>^ GetOperationQueueAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<OperationQueue>

An asynchronous operation that returns an operation queue upon successful completion.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation Windows::Phone::SocialInformation [C++]

Metadata

Windows.WinMD

See also

SocialManager