Share via


CauEventProvider.EventWriteCauRunEndSuccess Method (Guid, String)

 

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

Syntax

public bool EventWriteCauRunEndSuccess(
    Guid runIdentifier,
    string clusterName
)
public:
bool EventWriteCauRunEndSuccess(
    Guid runIdentifier,
    String^ clusterName
)
member EventWriteCauRunEndSuccess : 
        runIdentifier:Guid *
        clusterName:string -> bool
Public Function EventWriteCauRunEndSuccess (
    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