ServiceHealthModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the model that provides information about the state and status of a WCF service.
public ref class ServiceHealthModel
[System.Runtime.Serialization.DataContract(Name="ServiceHealth", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel
[<System.Runtime.Serialization.DataContract(Name="ServiceHealth", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel = class
Public Class ServiceHealthModel
- Inheritance
-
ServiceHealthModel
- Attributes
Constructors
ServiceHealthModel() |
Initializes an instance of the ServiceHealthModel class. |
ServiceHealthModel(ServiceHostBase) |
Initializes an instance of the ServiceHealthModel class that monitors a specified service host. |
ServiceHealthModel(ServiceHostBase, DateTimeOffset) |
Initializes an instance of the ServiceHealthModel class that monitors a specified service host and assigns its start date and time. |
Fields
Namespace |
Gets the namespace URI of WCF health services. |
Properties
ChannelDispatchers |
Gets the model that represents the channel dispatchers associated with the WCF service. |
Date |
Gets the date and time that the health service was initialized. |
ProcessInformation |
Gets process information for the service that this health service behavior monitors. |
ProcessThreads |
Gets threading information for the service that this health service behavior monitors. |
ServiceEndpoints |
Gets endpoint information for the service that this health service monitors. |
ServiceProperties |
Gets property information for the service that this health service monitors. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |