Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how many seconds after a node is evicted that the failover cluster service will wait before adding a new node. The following table summarizes the attributes of the AddEvictDelay property.
Attribute | Value |
---|---|
Data type |
DWORD |
Access |
Read/write |
Structure |
CLUSPROP_DWORD |
Minimum |
0 |
Maximum |
600 |
Default |
60 |
Remarks
This property is also exposed as the AddEvictDelay property of the MSCluster_Cluster WMI class.
The constant for this property is CLUSTER_ADD_EVICT_DELAY.
Examples
The property value portion of a property list entry for AddEvictDelay can be set with with the following example code:
CLUSPROP_DWORD AddEvictDelayValue;
AddEvictDelayValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
AddEvictDelayValue.cbLength = sizeof(DWORD);
AddEvictDelayValue.dw = 15;
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter |