ClientBase(Of TChannel).ChannelBase(Of T).IContextChannel.OperationTimeout Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the time period within which an operation must complete or an exception is thrown.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Private Property OperationTimeout As TimeSpan Implements IContextChannel.OperationTimeout
Property Value
Type: System.TimeSpanThe TimeSpan that specifies the time period within which an operation must complete.
Implements
IContextChannel.OperationTimeout
Show: