Share via


CauEventProvider.EventWriteRebootStart Method (String)

 

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

Syntax

public bool EventWriteRebootStart(
    string clusterNodeName
)
public:
bool EventWriteRebootStart(
    String^ clusterNodeName
)
member EventWriteRebootStart : 
        clusterNodeName:string -> bool
Public Function EventWriteRebootStart (
    clusterNodeName As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

See Also

CauEventProvider Class
MS.Internal.ClusterAwareUpdating.Events Namespace

Return to top