TimerTask.DurationInMsecs Property

Solclient

TimerTaskDurationInMsecs Property
version: 7.2.1.27
The duration in milliseconds of the timer.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public abstract long DurationInMsecs { get; }
Public MustOverride ReadOnly Property DurationInMsecs As Long
	Get
public:
virtual property long long DurationInMsecs {
	long long get () abstract;
}

Property Value

Type: Int64
See Also