ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Send 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將訊息傳送到輸出通道的目的端。
多載
IOutputChannel.Send(Message) |
將訊息傳送到輸出通道的目的端。 |
IOutputChannel.Send(Message, TimeSpan) |
於指定的時間間隔內在目前的輸出通道上傳送訊息。 |
IOutputChannel.Send(Message)
將訊息傳送到輸出通道的目的端。
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)
於指定的時間間隔內在目前的輸出通道上傳送訊息。
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
時間範圍,指定必須在逾時前多久完成傳送作業。