iControl.SystemSession.Endget_returned_path C# (CSharp) Method

Endget_returned_path() public method

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