IGatewayListObservable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |