C# Класс Microsoft.Azure.Insights.Legacy.TableOperationContextLogger

The Table operation context logger.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TableOperationContextLogger ( string accountName, string resourceUri, string operationName ) : System

Initializes a new instance of the TableOperationContextLogger class.

TableOperationContextLogger ( string accountName, string resourceUri, string operationName, string requestId ) : System

Initializes a new instance of the TableOperationContextLogger class.

Приватные методы

Метод Описание
LogTableStorageOperationCompletedInvoking ( string tableUri, string result, long durationInMilliseconds, string httpStatusCode = default(string), string serviceRequestId = default(string), long contentLength = default(long), string storageAccountName = default(string) ) : void
LogTableStorageOperationError ( string tableUri, string exception, string httpStatusCode = default(string), string serviceRequestId = default(string), string errorCode = default(string), string errorMessage = default(string), long contentLength = default(long), string storageAccountName = default(string) ) : void
LogTableStorageOperationInvoking ( string tableUri, long contentLength = default(long), string storageAccountName = default(string) ) : void
OperationContextResponseReceived ( object sender, Microsoft.WindowsAzure.Storage.RequestEventArgs e ) : void
OperationContextSendingRequest ( object sender, Microsoft.WindowsAzure.Storage.RequestEventArgs e ) : void

Описание методов

TableOperationContextLogger() публичный Метод

Initializes a new instance of the TableOperationContextLogger class.
public TableOperationContextLogger ( string accountName, string resourceUri, string operationName ) : System
accountName string The storage account name.
resourceUri string The resource URI.
operationName string Name of the operation.
Результат System

TableOperationContextLogger() публичный Метод

Initializes a new instance of the TableOperationContextLogger class.
public TableOperationContextLogger ( string accountName, string resourceUri, string operationName, string requestId ) : System
accountName string The storage account name.
resourceUri string The resource URI.
operationName string Name of the operation.
requestId string The request id.
Результат System