Table of Contents

Method OnEndUpdating

Namespace
Skyline.DataMiner.Net
Assembly
SLNetTypes.dll

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 Action

The action.

Returns

ITrackedSubscriptionUpdate

Tracked subscription update.