SendReceiveExtension.OnRegisterReceive Method

Definition

Executes upon calling RegisterReceive method.

protected:
 abstract void OnRegisterReceive(System::ServiceModel::Activities::ReceiveSettings ^ settings, System::Runtime::DurableInstancing::InstanceKey ^ correlatesWith, System::Activities::Bookmark ^ receiveBookmark);
protected abstract void OnRegisterReceive (System.ServiceModel.Activities.ReceiveSettings settings, System.Runtime.DurableInstancing.InstanceKey correlatesWith, System.Activities.Bookmark receiveBookmark);
abstract member OnRegisterReceive : System.ServiceModel.Activities.ReceiveSettings * System.Runtime.DurableInstancing.InstanceKey * System.Activities.Bookmark -> unit
Protected MustOverride Sub OnRegisterReceive (settings As ReceiveSettings, correlatesWith As InstanceKey, receiveBookmark As Bookmark)

Parameters

settings
ReceiveSettings

The settings for the receive activity.

correlatesWith
InstanceKey

An instance key of the activity used to correlate with the message.

receiveBookmark
Bookmark

A bookmark at which the receive activity waits to receive a message.

Applies to