PackageSendEventArgs Class Members
In This Topic
The following tables list the members exposed by PackageSendEventArgs.
Public Constructors
Public Properties
| | Name | Description |
 | Exception | Optional. An exception object to allow custom interpretation of an exception. (Inherited from Gibraltar.AsyncTaskResultEventArgs) |
 | FileSize | The number of bytes in the package, if sent succesfully. |
 | Message | Optional. An end-user display message to complement the result. (Inherited from Gibraltar.AsyncTaskResultEventArgs) |
 | Result | The final status of the task. (Inherited from Gibraltar.AsyncTaskResultEventArgs) |
Top
See Also