Share via


LiveConnectClient.PostAsync(String, IDictionary<String, Object>, Object) method

Performs an asynchronous post operation for a given path, body, and user state. [Windows Phone only]

Note

Windows Store apps do not support this method.

Syntax

public  PostAsync(
  string path, 
  IDictionary<String, Object> body, 
  object userState
)
Public Function PostAsync(
  path As String,  
  body As IDictionary<String, Object>,  
  userState As Object 
) As 

Parameters

path

body

userState

Return value

None.

Remarks

PostAsync supports all paths and methods in the REST reference.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveConnectClient