DiskArbInterval
Controls the arbitration interval (in seconds) used by the persistent reservation (PR) protocol. The following table summarizes the attributes of the DiskArbInterval property.
| Attribute | Value |
|---|---|
| Data type | DWORD |
| Access | Read/write |
| Status | TBD |
| Structure | CLUSPROP_DWORD |
| Minimum | 1 |
| Maximum | 0xFFFFFFFF |
| Default | 3 |
Examples
The property value portion of a property list entry for DiskArbInterval can be set with the following example code.
DWORD DiskArbIntervalData = 3;
CLUSPROP_DWORD DiskArbIntervalValue;
DiskArbIntervalValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
DiskArbIntervalValue.cbLength = sizeof(DWORD);
DiskArbIntervalValue.dw = DiskArbIntervalData;
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only] |
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012