The number of millisecods to delay before propagating a row that satisfies a query's predicate.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public long TimePredicateInMilliseconds { get; set; }
Public Property TimePredicateInMilliseconds As Long
	Get
	Set
public:
property long long TimePredicateInMilliseconds {
	long long get ();
	void set (long long value);
}

See Also