TimerCallbackAdditionalThreshold
Provides the TBD of the network being managed by a Cluster Name resource. The following table summarizes the attributes of the TimerCallbackAdditionalThreshold property.
Attribute | Value |
---|---|
Data type | DWORD |
Access | Read/write |
Status | TBD |
Structure | CLUSPROP_DWORD |
Minimum | 0 |
Maximum | 0x7FFFFFFF |
Default | 5 |
Examples
The property value portion of a property list entry for HostRecordTTL can be set with the following example code.
DWORD TimerCallbackAdditionalThresholdData = 10;
CLUSPROP_DWORD TimerCallbackAdditionalThresholdValue;
TimerCallbackAdditionalThresholdValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
TimerCallbackAdditionalThresholdValue.cbLength = sizeof(DWORD);
TimerCallbackAdditionalThresholdValue.dw = TimerCallbackAdditionalThresholdData;
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |