DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneConnection Class / SetConnectionState Method

In This Topic
    SetConnectionState Method (C1KintoneConnection)
    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