SetDictionary

SetDictionary(DictionaryBase, int)

Sets a dictionary in the specified shard.

public void SetDictionary(DictionaryBase dictionary, int shardIndex)
Parameter Type Description
dictionary DictionaryBase The dictionary.
shardIndex Int32 The shard index.

See Also


SetDictionary(DictionaryBase)

Sets a dictionary in all shards.

public void SetDictionary(DictionaryBase dictionary)
Parameter Type Description
dictionary DictionaryBase The dictionary.

See Also