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