Share via


FabricClient.FaultManager Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets the FabricClient.FaultManagementClient to induce faults. For example, RestartNodeAsync.

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public FabricClient.FaultManagementClient FaultManager { get; }

Property Value

Type: System.Fabric.FabricClient.FaultManagementClient

Returns FabricClient.FaultManagementClient.

See Also

FabricClient Class
System.Fabric Namespace

Return to top