|
SharedSettingsHelperSetT Method
|
Set's a shared settings value into the NamedValueStorage.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic static void Set<T>(
Vault vault,
string queueId,
string property,
T value
)
Parameters
- vault
- Type: Vault
Vault connection object. - queueId
- Type: SystemString
TaskQueueID. - property
- Type: SystemString
Shared setting property name. - value
- Type: T
Shared setting value.
Type Parameters
- T
Return Value
Type:
The deserialized value.
See Also