ServiceHealthModel.ServicePropertiesModel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 WCF 服務的相關屬性資訊。
public: ref class ServiceHealthModel::ServicePropertiesModel
[System.Runtime.Serialization.DataContract(Name="ServiceProperties", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel.ServicePropertiesModel
[<System.Runtime.Serialization.DataContract(Name="ServiceProperties", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel.ServicePropertiesModel = class
Public Class ServiceHealthModel.ServicePropertiesModel
- 繼承
-
ServiceHealthModel.ServicePropertiesModel
- 屬性
建構函式
ServiceHealthModel.ServicePropertiesModel() |
初始化 ServiceHealthModel.ServicePropertiesModel 類別的執行個體。 |
ServiceHealthModel.ServicePropertiesModel(ServiceHostBase) |
初始化 ServiceHealthModel.ServicePropertiesModel 類別的執行個體,這個執行個體會提供指定 WCF 服務的屬性資訊。 |
屬性
BaseAddresses |
取得 WCF服務的基底位址。 |
ConcurrencyMode |
取得 WCF 服務的並行模式。 |
InstanceContextMode |
取得 WCF 服務的執行個體內容模式。 |
Name |
取得 WCF 服務的名稱。 |
ServiceBehaviorNames |
取得與此 WCF 服務相關聯的行為名稱。 |
ServiceThrottle |
取得 WCF 服務的服務節流相關資訊。 |
ServiceTypeName |
取得 WCF 服務的完整格式類型名稱。 |
State |
取得 WCF 服務的目前狀態。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |