Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

ServiceHostBase.OpenTimeout Property

Gets or sets the interval of time allowed for the service host to open.

Namespace: System.ServiceModel
Assembly: System.ServiceModel (in system.servicemodel.dll)

public TimeSpan OpenTimeout { get; set; }
/** @property */
public TimeSpan get_OpenTimeout ()

/** @property */
public void set_OpenTimeout (TimeSpan value)

public function get OpenTimeout () : TimeSpan

public function set OpenTimeout (value : TimeSpan)

Not applicable.

Property Value

The Timespan that specifies the interval of time allowed for the service host to open.
Exception typeCondition

ArgumentOutOfRangeException

The value is less than zero or is larger than MaxValue (2,147,483,647 or, in hexidecimal notation, 0X7FFFFFFF).

InvalidOperationException

The host is in an Opening or Closing state and cannot be modified.

ObjectDisposedException

The host is already in a Closed state and cannot be modified.

CommunicationObjectFaultedException

The host is in a Faulted state and cannot be modified.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.