Sets the properties.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax
public virtual SocketInterceptorConfig SetProperties( Dictionary<string, string> properties )
Parameters
- properties
- Type: System.Collections.GenericDictionaryString, String
the properties to set.
Return Value
Type: SocketInterceptorConfigthe updated SSLConfig.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if properties is null. |
Remarks
See Also