ClientBase(Of TChannel).ICommunicationObject.Open Method (TimeSpan)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Causes the ClientBase(Of TChannel) object to transition from the created state into the opened state within a specified interval of time.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- timeout
- Type: System.TimeSpan
The time period within which the call must complete.
Implements
ICommunicationObject.Open(TimeSpan)For more information, see System.ServiceModel.Channels.CommunicationObject.
Show: