GlobalBrokeredServiceContainer.ProfferedServiceFactory.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.
We never raise this event, so just drop the handlers on the floor.
public event EventHandler<Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs>? AvailabilityChanged;
member this.AvailabilityChanged : EventHandler<Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs>
Public Custom Event AvailabilityChanged As EventHandler(Of BrokeredServicesChangedEventArgs)