OperationEvent.Correlate(TelemetryEventCorrelation, 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.
Correlate this event with other event via TelemetryEventCorrelation with description information.
public:
void Correlate(Microsoft::VisualStudio::Telemetry::TelemetryEventCorrelation correlation, System::String ^ description);
public void Correlate (Microsoft.VisualStudio.Telemetry.TelemetryEventCorrelation correlation, string description);
override this.Correlate : Microsoft.VisualStudio.Telemetry.TelemetryEventCorrelation * string -> unit
Public Sub Correlate (correlation As TelemetryEventCorrelation, description As String)
Parameters
- correlation
- TelemetryEventCorrelation
The property Correlation of correlated event.
- description
- String
A description string for this correlation information, such as name, hint, tag, category. Please don't include comma which is a reserved char.
Remarks
This method is not thread-safe.