IOutputChannel.Send Method (Message, TimeSpan)
Collapse the table of content
Expand the table of content

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.

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

void IOutputChannel.Send(
	Message message,
	TimeSpan timeout
)

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)

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft