Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / WebChannel Class / OnConnectionStateChanged Method
The new connection state

In This Topic
    OnConnectionStateChanged Method (WebChannel)
    In This Topic
    Raises the ConnectionStateChanged event
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnConnectionStateChanged( _
       ByVal state As ChannelConnectionState _
    ) 
    protected virtual void OnConnectionStateChanged( 
       ChannelConnectionState state
    )

    Parameters

    state
    The new connection state
    Remarks
    Note to inheritors: be sure to call the base implementation to ensure the event is raised.
    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