iControl.SystemSession.Beginget_session_identifier C# (CSharp) Method

Beginget_session_identifier() public method

public Beginget_session_identifier ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_session_identifier(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_session_identifier", new object[0], callback, asyncState);
        }
SystemSession