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

ClientBase(Of TChannel).ChannelBase(Of T).IOutputChannel.Send Method (Message)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Transmits a message to the destination of the output channel.

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

'Declaration
Private Sub Send ( _
	message As Message _
) Implements IOutputChannel.Send

Parameters

message
Type: System.ServiceModel.Channels.Message
The Message being sent on the output channel.

Implements

IOutputChannel.Send(Message)

The destination for messages sent out on an output channel is specified at channel creation time.

The Send method does not guarantee the delivery of message to the remote endpoint. An implementation of IOutputChannel can silently drop messages for a variety of reasons. There might be no more buffer room, for example. If delivery guarantees are required, use IOutputSessionChannel.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft