BrokeredServicesChangedEventArgs.OtherServicesImpacted Property

Definition

Gets a value indicating whether other services not included in ImpactedServices may also be impacted.

public:
 property bool OtherServicesImpacted { bool get(); };
public bool OtherServicesImpacted { get; }
member this.OtherServicesImpacted : bool
Public ReadOnly Property OtherServicesImpacted As Boolean

Property Value

Remarks

This may be true when an IServiceBroker is proffered, changed, or removed without exhaustively enumerating the services it may offer.

Applies to