Свойство | Тип | Описание | |
---|---|---|---|
OnSynchronizeAccountFileToVault | int | ||
OnSynchronizeAccountFromVault | int | ||
SetStoragePluginCallbacks | int |
Метод | Описание | |
---|---|---|
Initialize ( |
Initialize the server vault connector subsystem.
|
|
RefreshConfiguration ( string ConnectionString, bool VerboseLogging ) : void |
Refresh configuration in the event that it had changed.
|
Метод | Описание | |
---|---|---|
OnSynchronizeAccountFileToVault ( string AccountName, string CharacterFile, |
Synchronize a single character file from the spool directory to the remote storage provider. The contents of the file to transfer are already in memory. This function is called from the transfer synchronization thread.
|
|
OnSynchronizeAccountFromVault ( string AccountName, string SyncPath, |
Synchronize new files from the vault storage provider. The SyncPath specifies the path to download changed files from the vault storage provider to. It may be populated with existing files, and only newer files should be transferred from the vault storage provider. This function is called from the transfer synchronization thread.
|
|
SetStoragePluginCallbacks ( |
public static Initialize ( |
||
Script | Supplies the main script object. | |
ConnectionString | string | Supplies the connection string for /// the server vault. |
VerboseLogging | bool | Supplies true if verbose logging is /// enabled. |
Результат | bool |
public static RefreshConfiguration ( string ConnectionString, bool VerboseLogging ) : void | ||
ConnectionString | string | Supplies the connection string for /// the server vault. |
VerboseLogging | bool | Supplies true if verbose logging is /// enabled. |
Результат | void |