FabricClient.ClusterManagementClient.GetClusterManifestAsync Method ()
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets the Service Fabric cluster manifest XML file as a string.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public Task<string> GetClusterManifestAsync()
Return Value
Type: System.Threading.Tasks.Task<String>
The Service Fabric cluster manifest XML file as a string.
Exceptions
Exception | Condition |
---|---|
FabricObjectClosedException | The FabricClient object is in a closed state. Dispose of the FabricClient object you are using and instantiate a new FabricClient object. |
See Also
GetClusterManifestAsync Overload
FabricClient.ClusterManagementClient Class
System.Fabric Namespace
Return to top