iControl.SystemSession.Endget_maximum_sessions C# (CSharp) Method

Endget_maximum_sessions() public method

public Endget_maximum_sessions ( System asyncResult ) : long
asyncResult System
return long
        public long Endget_maximum_sessions(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
SystemSession