iControl.SystemSession.Beginget_returned_path C# (CSharp) Method

Beginget_returned_path() public method

public Beginget_returned_path ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_returned_path(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_returned_path", new object[0], callback, asyncState);
        }
SystemSession