AzureLogRepositoryWriteAsync Method

Writes an AzureLogEntry to the configured Azure table

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public Task<Response> WriteAsync(
	AzureLogEntry logEntry,
	CancellationToken cancellationToken = default
)

Parameters

logEntry  AzureLogEntry
The AzureLogEntry to write
cancellationToken  CancellationToken  (Optional)
A CancellationToken

Return Value

TaskResponse
A TaskTResult to monitor the asynchronous operation

See Also