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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
Show: