AsyncCommandResultEventArgs Class

AsyncCommandResultEventArgs is containing event data.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aspose.Email.ClientsAsyncCommandResultEventArgs

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class AsyncCommandResultEventArgs : EventArgs

The AsyncCommandResultEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAsyncCommandResultEventArgs
Initializes a new instance of the AsyncCommandResultEventArgs class.
Public methodAsyncCommandResultEventArgs(AsyncCommandResults)
Initializes a new instance of the AsyncCommandResultEventArgs class.
Public methodAsyncCommandResultEventArgs(AsyncCommandResults, Exception)
Initializes a new instance of the AsyncCommandResultEventArgs class.
Properties
  NameDescription
Public propertyError
Operation error
Public propertyResult
Operation state
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also