Sdílet prostřednictvím


ServiceMoniker Konstruktory

Definice

Přetížení

ServiceMoniker(String)

Inicializuje novou instanci ServiceMoniker třídy.

ServiceMoniker(String, Version)

Inicializuje novou instanci ServiceMoniker třídy.

ServiceMoniker(String)

Inicializuje novou instanci ServiceMoniker třídy.

public:
 ServiceMoniker(System::String ^ name);
public ServiceMoniker (string name);
new Microsoft.ServiceHub.Framework.ServiceMoniker : string -> Microsoft.ServiceHub.Framework.ServiceMoniker
Public Sub New (name As String)

Parametry

name
String

Název služby

Platí pro

ServiceMoniker(String, Version)

Inicializuje novou instanci ServiceMoniker třídy.

public:
 ServiceMoniker(System::String ^ name, Version ^ version);
[Newtonsoft.Json.JsonConstructor]
public ServiceMoniker (string name, Version? version);
[Newtonsoft.Json.JsonConstructor]
[System.Text.Json.Serialization.JsonConstructor]
public ServiceMoniker (string name, Version? version);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.ServiceHub.Framework.ServiceMoniker : string * Version -> Microsoft.ServiceHub.Framework.ServiceMoniker
[<Newtonsoft.Json.JsonConstructor>]
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.ServiceHub.Framework.ServiceMoniker : string * Version -> Microsoft.ServiceHub.Framework.ServiceMoniker
Public Sub New (name As String, version As Version)

Parametry

name
String

Název služby

version
Version

Verze služby nebo očekávaná klientem. Může mít hodnotu null.

Atributy
Newtonsoft.Json.JsonConstructorAttribute JsonConstructorAttribute

Platí pro