Close Method (TimeSpan)
Collapse the table of content
Expand the table of content

RequestContext.Close Method (TimeSpan)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

When overridden in a derived class, closes the operation that is replying to the request context associated with the current context within a specified interval of time.

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

'Declaration
Public MustOverride Sub Close ( _
	timeout As TimeSpan _
)

Parameters

timeout
Type: System.TimeSpan
The TimeSpan that specifies the interval of time within which the reply operation associated with the current context must close.

Notes to Implementers

The operation should throw a TimeoutException if the specified timeout is exceeded before it completes.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft