BrokerSettingsInfo.ClientConnectionTimeout Property

The time in which the client must bind to the service after creating the session.

Namespace: Microsoft.Hpc.Scheduler.Session.SessionStartInfo
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)

Usage

'Usage
Dim instance As BrokerSettingsInfo
Dim value As Nullable(Of Integer)

value = instance.ClientConnectionTimeout

instance.ClientConnectionTimeout = value

Syntax

'Declaration
<ObsoleteAttribute("ClientConnectionTimeout is obsolete. Use SessionIdleTimeout.")> _
Public Property ClientConnectionTimeout As Nullable(Of Integer)
[ObsoleteAttribute("ClientConnectionTimeout is obsolete. Use SessionIdleTimeout.")] 
public Nullable<int> ClientConnectionTimeout { get; set; }
[ObsoleteAttribute(L"ClientConnectionTimeout is obsolete. Use SessionIdleTimeout.")] 
public:
property Nullable<int> ClientConnectionTimeout {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_ClientConnectionTimeout ()

/** @property */
public void set_ClientConnectionTimeout (Nullable<int> value)
public function get ClientConnectionTimeout () : Nullable<int>

public function set ClientConnectionTimeout (value : Nullable<int>)

Property Value

The time, in milliseconds, in which the client must bind to the service. The default is 300,000 milliseconds.

Remarks

If the client does not bind to the service within the timeout period, the broker is terminated if there are no other clients using the broker.

You must cast the value to an integer. If the value is null (a null value means that the value has not been set and the broker is using the default value set in the configuration file), the cast raises an exception.

Platform Note: This property is obsolete for Windows HPC Server 2008 R2. Use the SessionIdleTimeout property instead.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows HPC Server 2008, Windows HPC Server 2008 R2, Windows Server 2008 R2, Windows Server 2008, Windows 7, Windows Vista, Windows XP

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2 with HPC Pack 2008 R2 Client Utilities, Windows XP, Microsoft Windows HPC Server 2008, Windows Server 2008 with HPC Pack 2008 Client Utilities, Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows Vista with HPC Pack 2008 Client Utilities, Windows XP with HPC Pack 2008 Client Utilities, Windows HPC Server 2008 R2, Windows Server 2008 R2 with HPC Pack 2008 R2 Client Utilities, Windows Vista with SP2 and HPC Pack 2008 R2 Client Utilities, Windows Server 2008 R2, Windows 7, Windows XP with SP2 (32-bit version) or SP3 (64-bit version) and HPC Pack 2008 R2 Client Utilities

See Also

Reference

BrokerSettingsInfo Class
BrokerSettingsInfo Members
Microsoft.Hpc.Scheduler.Session.SessionStartInfo Namespace
BrokerSettingsInfo.ClientIdleTimeout
BrokerSettingsInfo.SessionIdleTimeout

Build Date:

2012-06-21