ServiceDescription Constructors
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.
Overloads
ServiceDescription(ServiceDescription)
protected ServiceDescription(System.Fabric.Description.ServiceDescription other);
new System.Fabric.Description.ServiceDescription : System.Fabric.Description.ServiceDescription -> System.Fabric.Description.ServiceDescription
Protected Sub New (other As ServiceDescription)
Parameters
- other
- ServiceDescription
Applies to
ServiceDescription(ServiceDescriptionKind)
protected ServiceDescription(System.Fabric.Description.ServiceDescriptionKind kind);
new System.Fabric.Description.ServiceDescription : System.Fabric.Description.ServiceDescriptionKind -> System.Fabric.Description.ServiceDescription
Protected Sub New (kind As ServiceDescriptionKind)