iControl.SystemConfigSync.Beginupload_configuration C# (CSharp) Method

Beginupload_configuration() public method

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
return 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