AsyncCommandResultEventArgs.AsyncCommandResultEventArgs

AsyncCommandResultEventArgs()

Initializes a new instance of the AsyncCommandResultEventArgs class.

public AsyncCommandResultEventArgs()

See Also


AsyncCommandResultEventArgs(AsyncCommandResults)

Initializes a new instance of the AsyncCommandResultEventArgs class.

public AsyncCommandResultEventArgs(AsyncCommandResults result)
ParameterTypeDescription
resultAsyncCommandResultsContains operation result

See Also


AsyncCommandResultEventArgs(AsyncCommandResults, Exception)

Initializes a new instance of the AsyncCommandResultEventArgs class.

public AsyncCommandResultEventArgs(AsyncCommandResults result, Exception error)
ParameterTypeDescription
resultAsyncCommandResultsContains operation state
errorExceptionContains operation error

See Also