Click or drag to resize

JobSessionProgressListenerT Constructor

Create instance.

Namespace:  SOS.SDK.Tools.Listeners
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public JobSessionProgressListener(
	IInfrascaleClient client,
	Action<T> handler,
	bool waitForFilter = true
)

Parameters

client
Type: SOS.SDKIInfrascaleClient
Associated Infrascale Client instance for listening.
handler
Type: SystemActionT
Handler, where the message will be redirected.
waitForFilter (Optional)
Type: SystemBoolean
Wait for the filter fields to be filled. If TRUE, all incoming messages accumulate in the buffer and go the handler after the filter is assigned.
See Also