Method | Description | |
---|---|---|
Begindelete_configuration ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_file ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_single_configuration_file ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
Begindownload_configuration ( string config_name, long chunk_size, long file_offset, System callback, object asyncState ) : System.IAsyncResult | ||
Begindownload_file ( string file_name, long chunk_size, long file_offset, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_configuration_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_single_configuration_file_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Begininstall_all_configuration ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
Begininstall_all_encrypted_configuration ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
Begininstall_configuration ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
Begininstall_configuration_quietly ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
Begininstall_encrypted_configuration ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
Begininstall_encrypted_configuration_quietly ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
Begininstall_single_configuration_file ( string filename, SystemConfigSyncLoadMode load_flag, string passphrase, string tarfile, bool merge, System callback, object asyncState ) : System.IAsyncResult | ||
Beginload_configuration ( string filename, SystemConfigSyncLoadMode load_flag, System callback, object asyncState ) : System.IAsyncResult | ||
Beginmove_file ( string from_path, string to_path, System callback, object asyncState ) : System.IAsyncResult | ||
Beginrollback_configuration ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginsave_configuration ( string filename, SystemConfigSyncSaveMode save_flag, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsave_encrypted_configuration ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsave_partial_configuration ( string filename, SystemConfigSyncSaveMode save_flag, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsave_partial_encrypted_configuration ( string filename, string passphrase, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsave_partition_configuration ( string partitions, SystemConfigSyncSaveMode save_flag, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsave_single_configuration_file ( string filename, SystemConfigSyncSaveMode save_flag, string passphrase, string tarfile, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsynchronize_configuration ( SystemConfigSyncSyncMode sync_flag, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsynchronize_from_group ( string group, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsynchronize_to_group ( string group, System callback, object asyncState ) : System.IAsyncResult | ||
Beginsynchronize_to_group_v2 ( string group, string device, bool force, System callback, object asyncState ) : System.IAsyncResult | ||
Beginupload_configuration ( string config_name, SystemConfigSyncFileTransferContext file_context, System callback, object asyncState ) : System.IAsyncResult | ||
Beginupload_file ( string file_name, SystemConfigSyncFileTransferContext file_context, System callback, object asyncState ) : System.IAsyncResult | ||
Enddelete_configuration ( System asyncResult ) : void | ||
Enddelete_file ( System asyncResult ) : void | ||
Enddelete_single_configuration_file ( System asyncResult ) : void | ||
Enddownload_configuration ( System asyncResult, long &file_offset ) : SystemConfigSyncFileTransferContext | ||
Enddownload_file ( System asyncResult, long &file_offset ) : SystemConfigSyncFileTransferContext | ||
Endget_configuration_list ( System asyncResult ) : SystemConfigSyncConfigFileEntry[] | ||
Endget_single_configuration_file_list ( System asyncResult ) : SystemConfigSyncConfigFileEntry[] | ||
Endget_version ( System asyncResult ) : string | ||
Endinstall_all_configuration ( System asyncResult ) : void | ||
Endinstall_all_encrypted_configuration ( System asyncResult ) : void | ||
Endinstall_configuration ( System asyncResult ) : void | ||
Endinstall_configuration_quietly ( System asyncResult ) : void | ||
Endinstall_encrypted_configuration ( System asyncResult ) : void | ||
Endinstall_encrypted_configuration_quietly ( System asyncResult ) : void | ||
Endinstall_single_configuration_file ( System asyncResult ) : void | ||
Endload_configuration ( System asyncResult ) : void | ||
Endmove_file ( System asyncResult ) : void | ||
Endrollback_configuration ( System asyncResult ) : void | ||
Endsave_configuration ( System asyncResult ) : void | ||
Endsave_encrypted_configuration ( System asyncResult ) : void | ||
Endsave_partial_configuration ( System asyncResult ) : void | ||
Endsave_partial_encrypted_configuration ( System asyncResult ) : void | ||
Endsave_partition_configuration ( System asyncResult ) : void | ||
Endsave_single_configuration_file ( System asyncResult ) : void | ||
Endsynchronize_configuration ( System asyncResult ) : void | ||
Endsynchronize_from_group ( System asyncResult ) : void | ||
Endsynchronize_to_group ( System asyncResult ) : void | ||
Endsynchronize_to_group_v2 ( System asyncResult ) : void | ||
Endupload_configuration ( System asyncResult ) : void | ||
Endupload_file ( System asyncResult ) : void | ||
SystemConfigSync ( ) : System |
Method | Description | |
---|---|---|
delete_configuration ( string filename ) : void | ||
delete_file ( string filename ) : void | ||
delete_single_configuration_file ( string filename ) : void | ||
download_configuration ( string config_name, long chunk_size, long &file_offset ) : SystemConfigSyncFileTransferContext | ||
download_file ( string file_name, long chunk_size, long &file_offset ) : SystemConfigSyncFileTransferContext | ||
get_configuration_list ( ) : SystemConfigSyncConfigFileEntry[] | ||
get_single_configuration_file_list ( ) : SystemConfigSyncConfigFileEntry[] | ||
get_version ( ) : string | ||
install_all_configuration ( string filename ) : void | ||
install_all_encrypted_configuration ( string filename, string passphrase ) : void | ||
install_configuration ( string filename ) : void | ||
install_configuration_quietly ( string filename ) : void | ||
install_encrypted_configuration ( string filename, string passphrase ) : void | ||
install_encrypted_configuration_quietly ( string filename, string passphrase ) : void | ||
install_single_configuration_file ( string filename, SystemConfigSyncLoadMode load_flag, string passphrase, string tarfile, bool merge ) : void | ||
load_configuration ( string filename, SystemConfigSyncLoadMode load_flag ) : void | ||
move_file ( string from_path, string to_path ) : void | ||
rollback_configuration ( ) : void | ||
save_configuration ( string filename, SystemConfigSyncSaveMode save_flag ) : void | ||
save_encrypted_configuration ( string filename, string passphrase ) : void | ||
save_partial_configuration ( string filename, SystemConfigSyncSaveMode save_flag, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include ) : void | ||
save_partial_encrypted_configuration ( string filename, string passphrase, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include ) : void | ||
save_partition_configuration ( string partitions, SystemConfigSyncSaveMode save_flag ) : void | ||
save_single_configuration_file ( string filename, SystemConfigSyncSaveMode save_flag, string passphrase, string tarfile ) : void | ||
synchronize_configuration ( SystemConfigSyncSyncMode sync_flag ) : void | ||
synchronize_from_group ( string group ) : void | ||
synchronize_to_group ( string group ) : void | ||
synchronize_to_group_v2 ( string group, string device, bool force ) : void | ||
upload_configuration ( string config_name, SystemConfigSyncFileTransferContext file_context ) : void | ||
upload_file ( string file_name, SystemConfigSyncFileTransferContext file_context ) : void |
public Begindelete_configuration ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_file ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_single_configuration_file ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
public Begindownload_file ( string file_name, long chunk_size, long file_offset, System callback, object asyncState ) : System.IAsyncResult | ||
file_name | string | |
chunk_size | long | |
file_offset | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_configuration_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_single_configuration_file_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begininstall_all_configuration ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begininstall_all_encrypted_configuration ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
passphrase | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begininstall_configuration ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begininstall_configuration_quietly ( string filename, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begininstall_encrypted_configuration ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
passphrase | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begininstall_encrypted_configuration_quietly ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
passphrase | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begininstall_single_configuration_file ( string filename, SystemConfigSyncLoadMode load_flag, string passphrase, string tarfile, bool merge, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
load_flag | SystemConfigSyncLoadMode | |
passphrase | string | |
tarfile | string | |
merge | bool | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginload_configuration ( string filename, SystemConfigSyncLoadMode load_flag, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
load_flag | SystemConfigSyncLoadMode | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 Beginrollback_configuration ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsave_configuration ( string filename, SystemConfigSyncSaveMode save_flag, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
save_flag | SystemConfigSyncSaveMode | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsave_encrypted_configuration ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
passphrase | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsave_partial_configuration ( string filename, SystemConfigSyncSaveMode save_flag, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
save_flag | SystemConfigSyncSaveMode | |
features_to_exclude | SystemConfigSyncConfigExcludeComponent | |
features_to_include | SystemConfigSyncConfigIncludeComponent | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsave_partial_encrypted_configuration ( string filename, string passphrase, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
passphrase | string | |
features_to_exclude | SystemConfigSyncConfigExcludeComponent | |
features_to_include | SystemConfigSyncConfigIncludeComponent | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsave_partition_configuration ( string partitions, SystemConfigSyncSaveMode save_flag, System callback, object asyncState ) : System.IAsyncResult | ||
partitions | string | |
save_flag | SystemConfigSyncSaveMode | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsave_single_configuration_file ( string filename, SystemConfigSyncSaveMode save_flag, string passphrase, string tarfile, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
save_flag | SystemConfigSyncSaveMode | |
passphrase | string | |
tarfile | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsynchronize_configuration ( SystemConfigSyncSyncMode sync_flag, System callback, object asyncState ) : System.IAsyncResult | ||
sync_flag | SystemConfigSyncSyncMode | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsynchronize_from_group ( string group, System callback, object asyncState ) : System.IAsyncResult | ||
group | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsynchronize_to_group ( string group, System callback, object asyncState ) : System.IAsyncResult | ||
group | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginsynchronize_to_group_v2 ( string group, string device, bool force, System callback, object asyncState ) : System.IAsyncResult | ||
group | string | |
device | string | |
force | bool | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 Beginupload_file ( string file_name, SystemConfigSyncFileTransferContext file_context, System callback, object asyncState ) : System.IAsyncResult | ||
file_name | string | |
file_context | SystemConfigSyncFileTransferContext | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Enddelete_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_file ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_single_configuration_file ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddownload_configuration ( System asyncResult, long &file_offset ) : SystemConfigSyncFileTransferContext | ||
asyncResult | System | |
file_offset | long | |
return | SystemConfigSyncFileTransferContext |
public Enddownload_file ( System asyncResult, long &file_offset ) : SystemConfigSyncFileTransferContext | ||
asyncResult | System | |
file_offset | long | |
return | SystemConfigSyncFileTransferContext |
public Endget_configuration_list ( System asyncResult ) : SystemConfigSyncConfigFileEntry[] | ||
asyncResult | System | |
return | SystemConfigSyncConfigFileEntry[] |
public Endget_single_configuration_file_list ( System asyncResult ) : SystemConfigSyncConfigFileEntry[] | ||
asyncResult | System | |
return | SystemConfigSyncConfigFileEntry[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endinstall_all_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endinstall_all_encrypted_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endinstall_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endinstall_configuration_quietly ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endinstall_encrypted_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endinstall_encrypted_configuration_quietly ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endinstall_single_configuration_file ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endload_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endmove_file ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endrollback_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsave_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsave_encrypted_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsave_partial_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsave_partial_encrypted_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsave_partition_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsave_single_configuration_file ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsynchronize_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsynchronize_from_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsynchronize_to_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endsynchronize_to_group_v2 ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endupload_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endupload_file ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |