Share via


CauEventProvider.EventWriteRecoverRequested Method (String)

 

Namespace:   MS.Internal.ClusterAwareUpdating.Events
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

public bool EventWriteRecoverRequested(
    string clusterName
)
public:
bool EventWriteRecoverRequested(
    String^ clusterName
)
member EventWriteRecoverRequested : 
        clusterName:string -> bool
Public Function EventWriteRecoverRequested (
    clusterName As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

See Also

CauEventProvider Class
MS.Internal.ClusterAwareUpdating.Events Namespace

Return to top