ServiceLoadMetricDescription.ToString Method (Boolean)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Pretty print out details of StatefulServiceLoadMetricDescription or StatelessServiceLoadMetricDescription.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public string ToString(
bool isStateful
)
Parameters
- isStateful
Type: System.Boolean
Return Value
Type: System.String
A string representation of StatefulServiceLoadMetricDescription or StatelessServiceLoadMetricDescription.
See Also
ToString Overload
ServiceLoadMetricDescription Class
System.Fabric.Description Namespace
Return to top