Click or drag to resize

SocketInterceptorConfigSetProperties Method

Sets the properties.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual SocketInterceptorConfig SetProperties(
	Dictionary<string, string> properties
)

Parameters

properties
Type: System.Collections.GenericDictionaryString, String
the properties to set.

Return Value

Type: SocketInterceptorConfig
the updated SSLConfig.
Exceptions
ExceptionCondition
ArgumentExceptionif properties is null.
Remarks
Sets the properties.
See Also