Click or drag to resize

JobSessionAggregatedListenerBaseTStarted, TProgress, TEvents, TCompletedFilterJobId Property

JobId for filtering messages.

Namespace:  SOS.SDK.Tools.Listeners.AggregatedListeners
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public string FilterJobId { set; }

Property Value

Type: String
Remarks
If not Null or Empty - Listener handles only messages for Job with those JobId. If Null or Empty and waitForDelayedFilter is TRUE - Listener collect all messages to the internal cache, and after setting FilterJobId checks internal cache for message for those JobId and resend them.
See Also