Solclient
TimerTaskUserState Property |
A reference to a user userState object. Passed in with the timer callback invocation.
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 Object UserState { get; }
Public MustOverride ReadOnly Property UserState As Object Get
public: virtual property Object^ UserState { Object^ get () abstract; }
Property Value
Type: ObjectSee Also