iControl.SystemSession.Endget_session_identifier C# (CSharp) Метод

Endget_session_identifier() публичный Метод

public Endget_session_identifier ( System asyncResult ) : long
asyncResult System
Результат long
        public long Endget_session_identifier(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
SystemSession