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: 2.2.8.5956 (2.2.8.5956)

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