Method ProcessNotification
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.DataMapper
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
ProcessNotification(Notification, DataValueOriginType, bool, string)
Processes the gNMI notification and adapts the IDataEntity values accordingly.
void ProcessNotification(Notification notification, DataValueOriginType origin, bool isSyncResponse, string subscriptionName)
Parameters
notification
NotificationgNMI notification to be processed.
origin
DataValueOriginTypeIndication of where the data originated from.
isSyncResponse
boolBoolean indicating that the initial transmission of updates has concluded.
subscriptionName
stringName of the subscription under which the notification entered.