ContextProperties.TimerResolutionInMsecs Property

Solclient

ContextPropertiesTimerResolutionInMsecs Property
version: 7.2.1.27
The internal timer resolution (in milliseconds). Valid range is >= 10. See TimerTask for more details on the usage of this property. Default: 50.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int TimerResolutionInMsecs { get; set; }
Public Property TimerResolutionInMsecs As Integer
	Get
	Set
public:
property int TimerResolutionInMsecs {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also