ServiceDescription Constructor (ServiceDescriptionKind)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Initialize an instance of ServiceDescription with service kind.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
protected ServiceDescription(
ServiceDescriptionKind kind
)
Parameters
kind
Type: System.Fabric.Description.ServiceDescriptionKindDescribe the kind of service type.
See Also
ServiceDescription Overload
ServiceDescription Class
System.Fabric.Description Namespace
Return to top