Click or drag to resize

ReplicationStrategiesCreateReplicationProperty Method

Returns replication property for other replication strategy. Use it only if there is no dedicated method that creates replication property for specified replication strategy.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static Dictionary<string, string> CreateReplicationProperty(
	string strategyClass,
	Dictionary<string, string> subOptions
)

Parameters

strategyClass
Type: SystemString
Name of replication strategy.
subOptions
Type: System.Collections.GenericDictionaryString, String
Dictionary in which key is the name of sub-option, value is a value for that sub-option.

Return Value

Type: DictionaryString, String
a dictionary of replication property sub-options.
See Also