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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.