Class AsyncCommandResultEventArgs

AsyncCommandResultEventArgs class

AsyncCommandResultEventArgs is containing event data.

public class AsyncCommandResultEventArgs : EventArgs

Constructors

NameDescription
AsyncCommandResultEventArgs()Initializes a new instance of the AsyncCommandResultEventArgs class.
AsyncCommandResultEventArgs(AsyncCommandResults)Initializes a new instance of the AsyncCommandResultEventArgs class.
AsyncCommandResultEventArgs(AsyncCommandResults, Exception)Initializes a new instance of the AsyncCommandResultEventArgs class.

Properties

NameDescription
Error { get; }Operation error
Result { get; }Operation state

See Also