ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Send 메서드

정의

출력 채널의 대상으로 메시지를 전송합니다.

오버로드

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

제한 시간이 초과되기 전에 보내기 작업이 완료되어야 하는 기간을 지정하는 시간 범위입니다.

구현

적용 대상