ServiceChannelProxy.IOutputChannel.Send Metoda

Definicja

Przeciążenia

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

IOutputChannel.Send(Message)

Źródło:
ServiceChannelProxy.cs
Źródło:
ServiceChannelProxy.cs
Źródło:
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

Parametry

message
Message

Implementuje

Dotyczy

IOutputChannel.Send(Message, TimeSpan)

Źródło:
ServiceChannelProxy.cs
Źródło:
ServiceChannelProxy.cs
Źródło:
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

Parametry

message
Message
timeout
TimeSpan

Implementuje

Dotyczy