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

In This Topic
    OnBeginSend Method
    In This Topic
    Called to raise the BeginSend event at the start of the packaging and sending process (after all input is collected)
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnBeginSend() 
    protected virtual void OnBeginSend()
    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