Share via


CauEventProvider.EventWriteCancelRequested Method (Guid, String)

 

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

Syntax

public bool EventWriteCancelRequested(
    Guid runIdentifier,
    string clusterName
)
public:
bool EventWriteCancelRequested(
    Guid runIdentifier,
    String^ clusterName
)
member EventWriteCancelRequested : 
        runIdentifier:Guid *
        clusterName:string -> bool
Public Function EventWriteCancelRequested (
    runIdentifier As Guid,
    clusterName As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

See Also

CauEventProvider Class
MS.Internal.ClusterAwareUpdating.Events Namespace

Return to top