ITcAdsServiceCallbacks.AmsRouterNotification

Passes through AmsRouterNotificationEventHandler callback of the associated TcAdsClient.
To subscribe to the AmsRouterNotificationEventHandler the ITcAdsServiceDuplex.SubscribeAmsRouterNotificationEventHandler method has to be called.

void AmsRouterNotification ( 
    string netId, 
    int port, 
    AmsRouterState state 
);

Parameters

netId

NetID of the AMS Router.

port

Port of the AMS Router.

state

Current state of the Ams Router.

See Also

ITcAdsServiceCallbacks Interface | ITcAdsServiceDuplex Interface