iControl.SystemSession.Beginset_returned_path C# (CSharp) Method

Beginset_returned_path() public method

public Beginset_returned_path ( SystemSessionReturnedPath path, System callback, object asyncState ) : System.IAsyncResult
path SystemSessionReturnedPath
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_returned_path(SystemSessionReturnedPath path, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_returned_path", new object[] {
            path}, callback, asyncState);
        }
SystemSession