IpcRelayServiceBroker.AvailabilityChanged Event
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.
Occurs when a service previously queried for since the last AvailabilityChanged event may have changed availability.
public:
virtual event EventHandler<Microsoft::ServiceHub::Framework::BrokeredServicesChangedEventArgs ^> ^ AvailabilityChanged;
public event EventHandler<Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs> AvailabilityChanged;
member this.AvailabilityChanged : EventHandler<Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs>
Public Custom Event AvailabilityChanged As EventHandler(Of BrokeredServicesChangedEventArgs)