public class AsyncCommandResultEventArgs
extends com.aspose.ms.System.EventArgs
Aspose.Email.Common.Commands.AsyncCommandResultEventArgs
is containing event data.
Constructor and Description |
---|
AsyncCommandResultEventArgs()
Initializes a new instance of the
Aspose.Email.Common.Commands.AsyncCommandResultEventArgs class. |
AsyncCommandResultEventArgs(int result)
Initializes a new instance of the
Aspose.Email.Common.Commands.AsyncCommandResultEventArgs class. |
AsyncCommandResultEventArgs(int result,
com.aspose.ms.System.Exception error)
Initializes a new instance of the
Aspose.Email.Common.Commands.AsyncCommandResultEventArgs class. |
public AsyncCommandResultEventArgs()
Initializes a new instance of the Aspose.Email.Common.Commands.AsyncCommandResultEventArgs
class.
public AsyncCommandResultEventArgs(int result)
Initializes a new instance of the Aspose.Email.Common.Commands.AsyncCommandResultEventArgs
class.
result
- Contains operation resultpublic AsyncCommandResultEventArgs(int result, com.aspose.ms.System.Exception error)
Initializes a new instance of the Aspose.Email.Common.Commands.AsyncCommandResultEventArgs
class.
result
- Contains operation stateerror
- Contains operation errorCopyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.