Dmitry Dzygin
Results
1
comments of
Dmitry Dzygin
For an async operation I managed to get it working with: ``` await appInsights.wrapWithCorrelationContext(() => asyncCallBackFunc(parameters), correlationContext)(); ``` where **asyncCallBackFunc** is an async function