iControl.SystemSession.Endset_active_folder C# (CSharp) Method

Endset_active_folder() public method

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