ITelemetryChannel.FlushAndTransmitAsync(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.
Flushes the in-memory buffer and transmit data asynchronously.
public:
System::Threading::Tasks::Task ^ FlushAndTransmitAsync(System::Threading::CancellationToken token);
public System.Threading.Tasks.Task FlushAndTransmitAsync (System.Threading.CancellationToken token);
abstract member FlushAndTransmitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FlushAndTransmitAsync (token As CancellationToken) As Task
Parameters
- token
- CancellationToken