iControl.SystemSession.Endset_returned_path C# (CSharp) Method

Endset_returned_path() public method

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