CauBaseCommand.ValidateWarnStopAfter Method (TimeSpan, TimeSpan)

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected static void ValidateWarnStopAfter(
    TimeSpan warnAfter,
    TimeSpan stopAfter
)
protected:
static void ValidateWarnStopAfter(
    TimeSpan warnAfter,
    TimeSpan stopAfter
)
static member ValidateWarnStopAfter : 
        warnAfter:TimeSpan *
        stopAfter:TimeSpan -> unit
Protected Shared Sub ValidateWarnStopAfter (
    warnAfter As TimeSpan,
    stopAfter As TimeSpan
)

Parameters

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top