ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Send Metoda

Definicja

Przesyła komunikat do miejsca docelowego kanału wyjściowego.

Przeciążenia

IOutputChannel.Send(Message)

Przesyła komunikat do miejsca docelowego kanału wyjściowego.

IOutputChannel.Send(Message, TimeSpan)

Wysyła komunikat w bieżącym kanale wyjściowym w określonym przedziale czasu.

IOutputChannel.Send(Message)

Źródło:
ClientBase.cs
Źródło:
ClientBase.cs
Źródło:
ClientBase.cs

Przesyła komunikat do miejsca docelowego kanału wyjściowego.

 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

Komunikat wysyłany w kanale wyjściowym.

Implementuje

Dotyczy

IOutputChannel.Send(Message, TimeSpan)

Źródło:
ClientBase.cs
Źródło:
ClientBase.cs
Źródło:
ClientBase.cs

Wysyła komunikat w bieżącym kanale wyjściowym w określonym przedziale czasu.

 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

Komunikat wysyłany w kanale wyjściowym.

timeout
TimeSpan

Przedział czasu określający, jak długo operacja wysyłania musi zakończyć się przed przekroczeniem limitu czasu.

Implementuje

Dotyczy