iControl.SystemSession.Endget_returned_path C# (CSharp) Метод

Endget_returned_path() публичный Метод

public Endget_returned_path ( System asyncResult ) : SystemSessionReturnedPath
asyncResult System
Результат SystemSessionReturnedPath
        public SystemSessionReturnedPath Endget_returned_path(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemSessionReturnedPath)(results[0]));
        }
SystemSession