Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IServiceBroker.AvailabilityChanged Event

Definition

Namespace:
Microsoft.ServiceHub.Framework
Assembly:
Microsoft.ServiceHub.Framework.dll
Package:
Microsoft.ServiceHub.Framework v4.8.55

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:
 event EventHandler<Microsoft::ServiceHub::Framework::BrokeredServicesChangedEventArgs ^> ^ AvailabilityChanged;
event EventHandler<Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs>? AvailabilityChanged;
member this.AvailabilityChanged : EventHandler<Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs> 
Event AvailabilityChanged As EventHandler(Of BrokeredServicesChangedEventArgs) 

Event Type

Remarks

Not all service availability changes result in raising this event. Only those changes that impact services queried for on this IServiceBroker instance will result in an event being raised. Changes already broadcast in a prior event are not included in a subsequent event. The data included in this event may be a superset of the minimum described here.

Applies to