ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Send メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
出力チャネルの送信先にメッセージを送信します。
オーバーロード
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
送信操作を完了する必要がある、タイムアウトまでの制限時間を指定する時間間隔。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET