CauEventProvider Class

 

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

Inheritance Hierarchy

System.Object
  MS.Internal.ClusterAwareUpdating.Events.CauEventProvider

Syntax

public class CauEventProvider : IDisposable
public ref class CauEventProvider : IDisposable
type CauEventProvider = 
    class
        interface IDisposable
    end
Public Class CauEventProvider
    Implements IDisposable

Constructors

Name Description
System_CAPS_pubmethod CauEventProvider()

Methods

Name Description
System_CAPS_pubmethod Dispose()

System_CAPS_protmethod Dispose(Boolean)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod EventWriteCancelRequested(Guid, String)

System_CAPS_pubmethod EventWriteCauRunEndCanceled(Guid, String)

System_CAPS_pubmethod EventWriteCauRunEndFailed(Guid, String, String, Int32, String)

System_CAPS_pubmethod EventWriteCauRunEndPartiallyFailed(Guid, String)

System_CAPS_pubmethod EventWriteCauRunEndSuccess(Guid, String)

System_CAPS_pubmethod EventWriteCauRunStart(Guid, String)

System_CAPS_pubmethod EventWriteEnterNMM(String)

System_CAPS_pubmethod EventWriteEnterNMMFailed(String, String)

System_CAPS_pubmethod EventWriteExitNMM(String)

System_CAPS_pubmethod EventWriteExitNMMFailed(String, String)

System_CAPS_pubmethod EventWriteGetReportFailed(String)

System_CAPS_pubmethod EventWriteMaxFailedNodes(Int32)

System_CAPS_pubmethod EventWriteNodeFailed(String, String)

System_CAPS_pubmethod EventWriteNodeLockFailed(String)

System_CAPS_pubmethod EventWriteQuorumCheckFailed(String)

System_CAPS_pubmethod EventWriteRebootEnd(String)

System_CAPS_pubmethod EventWriteRebootFailed(String, String)

System_CAPS_pubmethod EventWriteRebootStart(String)

System_CAPS_pubmethod EventWriteRecoverRequested(String)

System_CAPS_pubmethod EventWriteRequireAllNodesOnline(Int32)

System_CAPS_pubmethod EventWriteSaveReportFailed(String)

System_CAPS_pubmethod EventWriteStopAfterTimeoutReached(UInt32)

System_CAPS_pubmethod EventWriteWarnAfterTimeoutReached(UInt32)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_protfield CancelRequested

System_CAPS_protfield CauRunEndCanceled

System_CAPS_protfield CauRunEndFailed

System_CAPS_protfield CauRunEndPartiallyFailed

System_CAPS_protfield CauRunEndSuccess

System_CAPS_protfield CauRunStart

System_CAPS_protfield EnterNMM

System_CAPS_protfield EnterNMMFailed

System_CAPS_protfield ExitNMM

System_CAPS_protfield ExitNMMFailed

System_CAPS_protfield GetReportFailed

System_CAPS_protfield MaxFailedNodes

System_CAPS_protfield NodeFailed

System_CAPS_protfield NodeLockFailed

System_CAPS_protfield QuorumCheckFailed

System_CAPS_protfield RebootEnd

System_CAPS_protfield RebootFailed

System_CAPS_protfield RebootStart

System_CAPS_protfield RecoverRequested

System_CAPS_protfield RequireAllNodesOnline

System_CAPS_protfield SaveReportFailed

System_CAPS_protfield StopAfterTimeoutReached

System_CAPS_protfield WarnAfterTimeoutReached

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

MS.Internal.ClusterAwareUpdating.Events Namespace

Return to top