AzureTableStoreLogTransactionResult Method
Inspects a transaction response and records any error sub-responses. Each error is logged
at
Information and appended to
Exceptions.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.3.9666.0
protected void LogTransactionResult(
Response<IReadOnlyList<Response>> responses
)
Parameters
- responses ResponseIReadOnlyListResponse
- The Response returned by
SubmitTransactionAsync(IEnumerableTableTransactionAction, CancellationToken).