TelemetryEvent.Correlate(TelemetryEventCorrelation[]) 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 events via TelemetryEventCorrelation.
public:
void Correlate(... cli::array <Microsoft::VisualStudio::Telemetry::TelemetryEventCorrelation> ^ correlations);
public void Correlate (params Microsoft.VisualStudio.Telemetry.TelemetryEventCorrelation[] correlations);
member this.Correlate : Microsoft.VisualStudio.Telemetry.TelemetryEventCorrelation[] -> unit
Public Sub Correlate (ParamArray correlations As TelemetryEventCorrelation())
Parameters
- correlations
- TelemetryEventCorrelation[]
An array of Correlation that represents the correlated events.
Remarks
This method is not thread-safe.