Share via


LiveOperationCompletedEventArgs(IDictionary<String, Object>, String, Object) constructor

Initializes a new instance of the LiveOperationCompletedEventArgs class. [Windows Phone only]

Syntax

public LiveOperationCompletedEventArgs LiveOperationCompletedEventArgs(
  IDictionary<String, Object> result, 
  string rawResult, 
  object userState
)
Public Sub New (
  result As IDictionary<String, Object>,  
  rawResult As String,  
  userState As Object 
) As LiveOperationCompletedEventArgs

Parameters

result

rawResult

userState

Return value

None.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Live

Assembly

Live.dll

See also

LiveOperationCompletedEventArgs

LiveOperationCompletedEventArgs(Exception, Boolean, Object)