![]() | IInHandler Methods |
The IInHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnPush |
Called when the input port has a new element available. The actual element can be retrieved via the GrabT(InletT) method.
|
![]() | OnUpstreamFailure |
Called when the input port has failed. After this callback no other callbacks will be called for this port.
|
![]() | OnUpstreamFinish |
Called when the input port is finished. After this callback no other callbacks will be called for this port.
|