Share via


CauEventProvider.EventWriteStopAfterTimeoutReached Method (UInt32)

 

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

Syntax

public bool EventWriteStopAfterTimeoutReached(
    uint timeoutValue
)
public:
bool EventWriteStopAfterTimeoutReached(
    unsigned int timeoutValue
)
member EventWriteStopAfterTimeoutReached : 
        timeoutValue:uint32 -> bool
Public Function EventWriteStopAfterTimeoutReached (
    timeoutValue As UInteger
) As Boolean

Parameters

Return Value

Type: System.Boolean

See Also

CauEventProvider Class
MS.Internal.ClusterAwareUpdating.Events Namespace

Return to top