'Declaration
Public Event EndSend As PackageSendEventHandler
public event PackageSendEventHandler EndSend
Event Data
The event handler receives an argument of type PackageSendEventArgs containing data related to this event. The following PackageSendEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Optional. An exception object to allow custom interpretation of an exception. |
FileSize | The number of bytes in the package, if sent successfully. |
Message | Optional. An end-user display message to complement the result. |
Result | The final status of the task. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also