Share via


LiveOperationCompletedEventArgs(Exception, Boolean, Object) constructor

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

Syntax

public LiveOperationCompletedEventArgs LiveOperationCompletedEventArgs(
  Exception exception, 
  bool cancelled, 
  object userState
)
Public Sub New (
  exception As Exception,  
  cancelled As Boolean,  
  userState As Object 
) As LiveOperationCompletedEventArgs

Parameters

exception

cancelled

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.LiveOperationCompletedEventArgs(IDictionary<String, Object>, String, Object)