SendReceiveExtension.Send Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends the given message.
public:
abstract void Send(System::ServiceModel::Activities::MessageContext ^ message, System::ServiceModel::Activities::SendSettings ^ settings, System::Runtime::DurableInstancing::InstanceKey ^ correlatesWith, System::Activities::Bookmark ^ sendCompleteBookmark);
public abstract void Send (System.ServiceModel.Activities.MessageContext message, System.ServiceModel.Activities.SendSettings settings, System.Runtime.DurableInstancing.InstanceKey correlatesWith, System.Activities.Bookmark sendCompleteBookmark);
abstract member Send : System.ServiceModel.Activities.MessageContext * System.ServiceModel.Activities.SendSettings * System.Runtime.DurableInstancing.InstanceKey * System.Activities.Bookmark -> unit
Public MustOverride Sub Send (message As MessageContext, settings As SendSettings, correlatesWith As InstanceKey, sendCompleteBookmark As Bookmark)
Parameters
- message
- MessageContext
The message to send.
- settings
- SendSettings
The settings for send activity.
- correlatesWith
- InstanceKey
An instance key of the activity used to correlate with the message.
- sendCompleteBookmark
- Bookmark
A bookmark at which the send activity waits for the sending completion.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.