Click or drag to resize

SupportSubscriber Methods

The SupportSubscriber type exposes the following members.

Methods
  NameDescription
Public methodAssertOneGetNewAndReset
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.
Public methodAssertOneGetOldAndReset
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.
Public methodGetAndClearIsInvoked
Returns true if the subscriber was invoked at least once and clears the invocation flag.
Public methodGetAndResetLastNewData
Returns the last array of events (insert stream) that were received and resets the subscriber.
Public methodReset
Reset subscriber, clearing all associated state.
Public methodUpdate
Receive events.
Top
See Also