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

get_session_identifier() приватный Метод

private get_session_identifier ( ) : long
Результат long
        public long get_session_identifier(

	)
        {
            object [] results = this.Invoke("get_session_identifier", new object [0]);
            return ((long)(results[0]));
        }
SystemSession