ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Send 方法

定義

將訊息傳送到輸出通道的目的端。

多載

IOutputChannel.Send(Message)

將訊息傳送到輸出通道的目的端。

IOutputChannel.Send(Message, TimeSpan)

於指定的時間間隔內在目前的輸出通道上傳送訊息。

IOutputChannel.Send(Message)

來源:
ClientBase.cs
來源:
ClientBase.cs
來源:
ClientBase.cs

將訊息傳送到輸出通道的目的端。

 virtual void System.ServiceModel.Channels.IOutputChannel.Send(System::ServiceModel::Channels::Message ^ message) = System::ServiceModel::Channels::IOutputChannel::Send;
void IOutputChannel.Send (System.ServiceModel.Channels.Message message);
abstract member System.ServiceModel.Channels.IOutputChannel.Send : System.ServiceModel.Channels.Message -> unit
override this.System.ServiceModel.Channels.IOutputChannel.Send : System.ServiceModel.Channels.Message -> unit
Sub Send (message As Message) Implements IOutputChannel.Send

參數

message
Message

正在輸出通道上傳送的訊息。

實作

適用於

IOutputChannel.Send(Message, TimeSpan)

來源:
ClientBase.cs
來源:
ClientBase.cs
來源:
ClientBase.cs

於指定的時間間隔內在目前的輸出通道上傳送訊息。

 virtual void System.ServiceModel.Channels.IOutputChannel.Send(System::ServiceModel::Channels::Message ^ message, TimeSpan timeout) = System::ServiceModel::Channels::IOutputChannel::Send;
void IOutputChannel.Send (System.ServiceModel.Channels.Message message, TimeSpan timeout);
abstract member System.ServiceModel.Channels.IOutputChannel.Send : System.ServiceModel.Channels.Message * TimeSpan -> unit
override this.System.ServiceModel.Channels.IOutputChannel.Send : System.ServiceModel.Channels.Message * TimeSpan -> unit
Sub Send (message As Message, timeout As TimeSpan) Implements IOutputChannel.Send

參數

message
Message

正在輸出通道上傳送的訊息。

timeout
TimeSpan

時間範圍,指定必須在逾時前多久完成傳送作業。

實作

適用於