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

Beginupload_configuration() 공개 메소드

public Beginupload_configuration ( string config_name, SystemConfigSyncFileTransferContext file_context, System callback, object asyncState ) : System.IAsyncResult
config_name string
file_context SystemConfigSyncFileTransferContext
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginupload_configuration(string config_name,SystemConfigSyncFileTransferContext file_context, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("upload_configuration", new object[] {
            config_name,
            file_context}, callback, asyncState);
        }
SystemConfigSync