.NET Framework Class Library for Silverlight
PollingDuplexBindingElement..::.PollTimeout Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The interval of time that a polling request has to complete before timing out.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel.PollingDuplex (in System.ServiceModel.PollingDuplex.dll)

Syntax

Visual Basic (Declaration)
Public Property PollTimeout As TimeSpan
Visual Basic (Usage)
Dim instance As PollingDuplexBindingElement
Dim value As TimeSpan

value = instance.PollTimeout

instance.PollTimeout = value
C#
public TimeSpan PollTimeout { get; set; }
Visual C++
public:
virtual property TimeSpan PollTimeout {
    TimeSpan get () sealed;
    void set (TimeSpan value) sealed;
}
JScript
public final function get PollTimeout () : TimeSpan
public final function set PollTimeout (value : TimeSpan)

Property Value

Type: System..::.TimeSpan

The default Timespan that specifies how long a request has to complete before timing out.

Remarks

On the service channel, the interval of time on the service channel that the service holds each Make Connection request before returning an empty response to the caller. On the client channel, the interval of time a Make Connection request is allowed to take before timing out.

See Also

Reference

Page view tracker