![]() | SupportSubscriber Methods |
The SupportSubscriber type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssertOneGetNewAndReset | Asserts that exactly one insert stream event was received and no remove stream events, resets the listener clearing all state and returns the received event. |
![]() | AssertOneGetOldAndReset | Asserts that exactly one remove stream event was received and no insert stream events, resets the listener clearing all state and returns the received event. |
![]() | GetAndClearIsInvoked | Returns true if the subscriber was invoked at least once and clears the invocation flag. |
![]() | GetAndResetLastNewData | Returns the last array of events (insert stream) that were received and resets the subscriber. |
![]() | Reset |
Reset subscriber, clearing all associated state.
|
![]() | Update | Receive events. |