다음을 통해 공유


OutputChannel.OnSendAsync(Message, TimeSpan) 메서드

정의

protected:
 abstract System::Threading::Tasks::Task ^ OnSendAsync(System::ServiceModel::Channels::Message ^ message, TimeSpan timeout);
protected abstract System.Threading.Tasks.Task OnSendAsync (System.ServiceModel.Channels.Message message, TimeSpan timeout);
abstract member OnSendAsync : System.ServiceModel.Channels.Message * TimeSpan -> System.Threading.Tasks.Task
Protected MustOverride Function OnSendAsync (message As Message, timeout As TimeSpan) As Task

매개 변수

message
Message
timeout
TimeSpan

반환

적용 대상