BrokeredServicesChangedEventArgs Constructors
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.
Overloads
BrokeredServicesChangedEventArgs(IImmutableSet<ServiceMoniker>) |
Initializes a new instance of the BrokeredServicesChangedEventArgs class with an exhaustive set of impacted services. |
BrokeredServicesChangedEventArgs(IImmutableSet<ServiceMoniker>, Boolean) |
Initializes a new instance of the BrokeredServicesChangedEventArgs class. |
BrokeredServicesChangedEventArgs(IImmutableSet<ServiceMoniker>)
Initializes a new instance of the BrokeredServicesChangedEventArgs class with an exhaustive set of impacted services.
public:
BrokeredServicesChangedEventArgs(System::Collections::Immutable::IImmutableSet<Microsoft::ServiceHub::Framework::ServiceMoniker ^> ^ impactedServices);
public BrokeredServicesChangedEventArgs (System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker> impactedServices);
new Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs : System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker> -> Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs
Public Sub New (impactedServices As IImmutableSet(Of ServiceMoniker))
Parameters
- impactedServices
- IImmutableSet<ServiceMoniker>
The set of services that are impacted by the change.
Applies to
BrokeredServicesChangedEventArgs(IImmutableSet<ServiceMoniker>, Boolean)
Initializes a new instance of the BrokeredServicesChangedEventArgs class.
public:
BrokeredServicesChangedEventArgs(System::Collections::Immutable::IImmutableSet<Microsoft::ServiceHub::Framework::ServiceMoniker ^> ^ impactedServices, bool otherServicesImpacted);
[Newtonsoft.Json.JsonConstructor]
public BrokeredServicesChangedEventArgs (System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker> impactedServices, bool otherServicesImpacted);
[Newtonsoft.Json.JsonConstructor]
[System.Text.Json.Serialization.JsonConstructor]
public BrokeredServicesChangedEventArgs (System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker> impactedServices, bool otherServicesImpacted);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs : System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker> * bool -> Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs
[<Newtonsoft.Json.JsonConstructor>]
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs : System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker> * bool -> Microsoft.ServiceHub.Framework.BrokeredServicesChangedEventArgs
Public Sub New (impactedServices As IImmutableSet(Of ServiceMoniker), otherServicesImpacted As Boolean)
Parameters
- impactedServices
- IImmutableSet<ServiceMoniker>
The set of services that are impacted by the change.
- otherServicesImpacted
- Boolean
A value indicating whether other services not included in ImpactedServices may also be impacted.
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute JsonConstructorAttribute