iControl.SystemConfigSync.Beginmove_file C# (CSharp) Method

Beginmove_file() public method

public Beginmove_file ( string from_path, string to_path, System callback, object asyncState ) : System.IAsyncResult
from_path string
to_path string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginmove_file(string from_path,string to_path, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("move_file", new object[] {
            from_path,
            to_path}, callback, asyncState);
        }
SystemConfigSync