Share via


CauEventProvider.EventWriteCauRunStart Method (Guid, String)

 

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

Syntax

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