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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.