Redigera

Dela via


IGatewayListObservable Interface

Definition

An optional interface that GatewayListProvider may implement if it support out of band gw update notifications. By default GatewayListProvider should suppport pull based queries (GetGateways). Optionally, some GatewayListProviders may be able to notify a listener if an updated gw information is available. This is optional and not required.

public interface IGatewayListObservable
type IGatewayListObservable = interface
Public Interface IGatewayListObservable

Methods

SubscribeToGatewayNotificationEvents(IGatewayListListener)
UnSubscribeFromGatewayNotificationEvents(IGatewayListListener)

Applies to