Class AsyncCommandResultEventArgs
AsyncCommandResultEventArgs class
AsyncCommandResultEventArgs is containing event data.
public class AsyncCommandResultEventArgs : EventArgs
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Error { get; } | Operation error |
| Result { get; } | Operation state |
See Also
- namespace Aspose.Email.Clients
- assembly Aspose.Email