Method OnEndUpdating
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.
ITrackedSubscriptionUpdate OnEndUpdating(Action action)
Parameters
action
ActionThe action.
Returns
- ITrackedSubscriptionUpdate
Tracked subscription update.