AzureTableStoreLogTransactionResult Method

Inspects a transaction response and records any error sub-responses. Each error is logged at Information and appended to Exceptions.

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.3.9666.0
C#
protected void LogTransactionResult(
	Response<IReadOnlyList<Response>> responses
)

Parameters

responses  ResponseIReadOnlyListResponse
The Response returned by SubmitTransactionAsync(IEnumerableTableTransactionAction, CancellationToken).

See Also