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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.