ServiceSettingsResponseInfo 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ServiceSettingsResponseInfo 類別的新執行個體。
多載
ServiceSettingsResponseInfo() |
初始化 ServiceSettingsResponseInfo 類別預設的新執行個體。 |
ServiceSettingsResponseInfo(Boolean) |
使用提供的轉介原則值,初始化 ServiceSettingsResponseInfo 類別的新執行個體。 |
ServiceSettingsResponseInfo()
初始化 ServiceSettingsResponseInfo 類別預設的新執行個體。
public:
ServiceSettingsResponseInfo();
public ServiceSettingsResponseInfo ();
Public Sub New ()
備註
control
的預設值是設為 true。
適用於
ServiceSettingsResponseInfo(Boolean)
使用提供的轉介原則值,初始化 ServiceSettingsResponseInfo 類別的新執行個體。
public:
ServiceSettingsResponseInfo(bool control);
public ServiceSettingsResponseInfo (bool control);
new System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo : bool -> System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo
Public Sub New (control As Boolean)