次の方法で共有


TransportDuplexSessionChannel.OnSendCore(Message, TimeSpan) メソッド

定義

protected:
 abstract void OnSendCore(System::ServiceModel::Channels::Message ^ message, TimeSpan timeout);
protected abstract void OnSendCore (System.ServiceModel.Channels.Message message, TimeSpan timeout);
abstract member OnSendCore : System.ServiceModel.Channels.Message * TimeSpan -> unit
Protected MustOverride Sub OnSendCore (message As Message, timeout As TimeSpan)

パラメーター

message
Message
timeout
TimeSpan

適用対象