ITcAdsServiceDuplex.SubscribeAdsNotificationErrorEvent

Subscribes to the AdsNotificationErrorEventHandler of the associated TcAdsClient. Callbacks will be passed through the ITcAdsServiceCallbaks.AdsNotificationError method.

void SubscribeAdsNotificationErrorEvent ( 
    string netId, 
    int port 
);

Parameters

netId

NetID of the target AMS Router.

port

Port of the target AMS Router.

SOAP Error Faults

Type

Description

UnexpectedErrorFault

The UnexpectedErrorFault is returned if an unexpected Error occurs.

See Also

ITcAdsServiceDuplex Interface | ITcAdsServiceDuplex Interface | ITcAdsServiceCallbacks Interface