IPassiveIngressStreamable<TKey,TPayload>.Trigger Method

Definition

Trigger the stream to read (pull) data and push to the downstream pipeline

public bool Trigger ();
abstract member Trigger : unit -> bool
Public Function Trigger () As Boolean

Returns

False if reached end of stream (completed), true otherwise

Applies to