iControl.SystemSession.Beginset_maximum_sessions C# (CSharp) Method

Beginset_maximum_sessions() public method

public Beginset_maximum_sessions ( long sessions, System callback, object asyncState ) : System.IAsyncResult
sessions long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_maximum_sessions(long sessions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_maximum_sessions", new object[] {
            sessions}, callback, asyncState);
        }
SystemSession