Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / Packager Class / EndSend Event

In This Topic
    EndSend Event (Packager)
    In This Topic
    Raised at the end of the packaging and sending process with completion status information.
    Syntax
    '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.

    PropertyDescription
    Optional. An exception object to allow custom interpretation of an exception.  
    The number of bytes in the package, if sent successfully.  
    Optional. An end-user display message to complement the 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