ILatencyDataExporter.ExportAsync(LatencyData, CancellationToken) 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.
Exports latency data.
public:
System::Threading::Tasks::Task ^ ExportAsync(Microsoft::Extensions::Diagnostics::Latency::LatencyData data, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task ExportAsync (Microsoft.Extensions.Diagnostics.Latency.LatencyData data, System.Threading.CancellationToken cancellationToken);
abstract member ExportAsync : Microsoft.Extensions.Diagnostics.Latency.LatencyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ExportAsync (data As LatencyData, cancellationToken As CancellationToken) As Task
Parameters
- data
- LatencyData
The latency context's latency data.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
A Task that represents the export operation.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.