CorrelationCallbackMessageProperty.AddData(String, Func<String>) 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.
Adds required correlation data to the property.
public:
void AddData(System::String ^ name, Func<System::String ^> ^ value);
public void AddData (string name, Func<string> value);
member this.AddData : string * Func<string> -> unit
Public Sub AddData (name As String, value As Func(Of String))
Parameters
- name
- String
The name of the correlation data value.
Remarks
When required correlation data is added, it is removed from the NeededData list. When all required data has been added, the NeededData list is empty and IsFullyDefined returns true
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.