iControl.SystemConfigSync.Begindownload_configuration C# (CSharp) 메소드

Begindownload_configuration() 공개 메소드

public Begindownload_configuration ( string config_name, long chunk_size, long file_offset, System callback, object asyncState ) : System.IAsyncResult
config_name string
chunk_size long
file_offset long
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindownload_configuration(string config_name,long chunk_size,long file_offset, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("download_configuration", new object[] {
            config_name,
            chunk_size,
            file_offset}, callback, asyncState);
        }
SystemConfigSync