Interface ITrackedSubscriptionUpdate
Tracked subscription update interface.
public interface ITrackedSubscriptionUpdate
- Extension Methods
Remarks
Allows adding handlers on specific events before launching the update.
Properties
- MarkerID
Gets the marker identifier.
Methods
- Execute()
Executes this instance.
- ExecuteAndWait(TimeSpan?)
Executes this instance and waits.
- OnAfterInitialEvents(Action)
After initial events for the subscription have been received from the local event cache.
- OnEndUpdating(Action)
After updating subscription (before initial events from local cache have been received by the client). After this event, you can expect events for the subscription to come in via OnNewMessage.
- OnFinished(Action)
Update completed.
- OnStartUpdating(Action)
Before updating subscription. Any events received via OnNewMessage up to this point are for the previous set of subscriptions.