iControl.SystemSession.Beginset_returned_path C# (CSharp) 메소드

Beginset_returned_path() 공개 메소드

public Beginset_returned_path ( SystemSessionReturnedPath path, System callback, object asyncState ) : System.IAsyncResult
path SystemSessionReturnedPath
callback System
asyncState object
리턴 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