ITcAdsServiceCallbacks.AdsNotificationError
Passes through AdsNotificationErrorEventHandler callback of the associated TcAdsClient.
To subscribe to the AdsNotificationErrorEventHandler the ITcAdsServiceDuplex.SubscribeAdsNotificationErrorEvent method has to be called.
void AdsNotificationError (
string netId,
int port,
Exception error
);
Parameters
netId | NetID of the AMS Router. |
port | Port of the AMS Router. |
error | Exception that was caught while handling notifications. |