DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase Class / SetConnectionState Method

In This Topic
    SetConnectionState Method (C1ConnectionBase)
    In This Topic
    Changes connection state and fires StateChange event if connection state is changed.
    Syntax
    'Declaration
     
    Protected Sub SetConnectionState( _
       ByVal newState As ConnectionState _
    ) 
    protected void SetConnectionState( 
       ConnectionState newState
    )

    Parameters

    newState
    See Also