ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Send Method (Message, TimeSpan)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sends a message on the current output channel within a specified interval of time.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.ServiceModel.Channels.Message
The Message being sent on the output channel.
- timeout
- Type: System.TimeSpan
The TimeSpan that specifies how long the send operation has to complete before timing out.
Implements
IOutputChannel.Send(Message, TimeSpan)
Show: