共用方式為


RequestChannel.CreateAsyncRequest(Message) 方法

定義

protected:
 abstract System::ServiceModel::Channels::IAsyncRequest ^ CreateAsyncRequest(System::ServiceModel::Channels::Message ^ message);
protected abstract System.ServiceModel.Channels.IAsyncRequest CreateAsyncRequest (System.ServiceModel.Channels.Message message);
abstract member CreateAsyncRequest : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.IAsyncRequest
Protected MustOverride Function CreateAsyncRequest (message As Message) As IAsyncRequest

參數

message
Message

傳回

適用於