public class AsyncCommandResultEventArgs
extends com.aspose.ms.System.EventArgs
AsyncCommandResultEventArgs
is containing event data.
Constructor and Description |
---|
AsyncCommandResultEventArgs()
Initializes a new instance of the
AsyncCommandResultEventArgs class. |
AsyncCommandResultEventArgs(int result)
Initializes a new instance of the
AsyncCommandResultEventArgs class. |
AsyncCommandResultEventArgs(int result,
Throwable error)
Initializes a new instance of the
AsyncCommandResultEventArgs class. |
public AsyncCommandResultEventArgs()
Initializes a new instance of the AsyncCommandResultEventArgs
class.
public AsyncCommandResultEventArgs(int result)
Initializes a new instance of the AsyncCommandResultEventArgs
class.
result
- Contains operation resultpublic AsyncCommandResultEventArgs(int result, Throwable error)
Initializes a new instance of the AsyncCommandResultEventArgs
class.
result
- Contains operation stateerror
- Contains operation error