CallbackContextMessageProperty.AddOrReplaceInMessageProperties Method

Definition

Adds or replaces the current CallbackContextMessageProperty instance within the specified message properties collection.

public:
 void AddOrReplaceInMessageProperties(System::ServiceModel::Channels::MessageProperties ^ properties);
public void AddOrReplaceInMessageProperties (System.ServiceModel.Channels.MessageProperties properties);
member this.AddOrReplaceInMessageProperties : System.ServiceModel.Channels.MessageProperties -> unit
Public Sub AddOrReplaceInMessageProperties (properties As MessageProperties)

Parameters

properties
MessageProperties

The message properties collection to add the callback context message property to.

Applies to