ServiceMoniker Costruttori

Definizione

Overload

ServiceMoniker(String)

Inizializza una nuova istanza della classe ServiceMoniker.

ServiceMoniker(String, Version)

Inizializza una nuova istanza della classe ServiceMoniker.

ServiceMoniker(String)

Inizializza una nuova istanza della classe ServiceMoniker.

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)

Parametri

name
String

Il nome del servizio.

Si applica a

ServiceMoniker(String, Version)

Inizializza una nuova istanza della classe ServiceMoniker.

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)

Parametri

name
String

Il nome del servizio.

version
Version

Versione del servizio o prevista dal client. Può essere Null.

Attributi
Newtonsoft.Json.JsonConstructorAttribute JsonConstructorAttribute

Si applica a