Share via


ResourceDllDeadlockTimeout

[This property is no longer available for use as of Windows Server 2012.]

This property is not supported.

**Windows Server 2008 R2, Windows Server 2008 and Windows Server 2003: **

Specifies the period (in seconds) of the deadlock detection heartbeat.

Attribute Value
Data type DWORD
Access Read/write
Structure CLUSPROP_DWORD
Minimum 180
Maximum 0xFFFFFFFF
Default 240

Examples

The property value portion of a property list entry for ResourceDllDeadlockTimeout can be set with the following example code:

DWORD ResourceDllDeadlockTimeoutData = 600;
CLUSPROP_DWORD ResourceDllDeadlockTimeoutValue;

ResourceDllDeadlockTimeoutValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
ResourceDllDeadlockTimeoutValue.cbLength = sizeof(DWORD);
ResourceDllDeadlockTimeoutValue.dw = ResourceDllDeadlockTimeoutData;

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
End of client support
None supported
End of server support
Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter

See also

CLUSPROP_DWORD

EnableResourceDllDeadlockDetection

ResourceDllDeadlockPeriod

ResourceDllDeadlockThreshold