Edit

Share via


RequestChannel.CreateAsyncRequest(Message) Method

Definition

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

Parameters

message
Message

Returns

Applies to