Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / Packager Class / OnEndSend Method

In This Topic
    OnEndSend Method
    In This Topic
    Called to raise the EndSend event at the end of the packaging and sending process with completion status information.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEndSend( _
       ByVal e As PackageSendEventArgs _
    ) 
    protected virtual void OnEndSend( 
       PackageSendEventArgs e
    )

    Parameters

    e
    Remarks
    If overriding this method, be sure to call Base.OnBeginSend to ensure that the event is still raised to its caller.
    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