共用方式為


ServiceChannelProxy.IOutputChannel.Send 方法

定義

多載

IOutputChannel.Send(Message)
IOutputChannel.Send(Message, TimeSpan)

IOutputChannel.Send(Message)

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.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)

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.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

實作

適用於