次の方法で共有


ServiceMoniker コンストラクター

定義

オーバーロード

ServiceMoniker(String)

ServiceMoniker クラスの新しいインスタンスを初期化します。

ServiceMoniker(String, Version)

ServiceMoniker クラスの新しいインスタンスを初期化します。

ServiceMoniker(String)

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)

パラメーター

name
String

サービスの名前。

適用対象

ServiceMoniker(String, Version)

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)

パラメーター

name
String

サービスの名前。

version
Version

サービスのバージョン。またはクライアントによって想定されている。 null も指定できます。

属性
Newtonsoft.Json.JsonConstructorAttribute JsonConstructorAttribute

適用対象