C# Класс PlasticSCM.ServerLogChannelCallEntry

Наследование: ServerLogEntry
Показать файл Открыть проект

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

Метод Описание
ServerLogChannelCallEntry ( string logFile, int lineNumber, System.DateTime when, string operation, string client, int receivedBytes, int timeToReceive, int sentBytes, int timeToSend, int totalProcessTime, int serializationTime, int deserializationTime, int methodTime, int compressionTime, string ipAddress ) : System
ToString ( ) : string

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

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

public ServerLogChannelCallEntry ( string logFile, int lineNumber, System.DateTime when, string operation, string client, int receivedBytes, int timeToReceive, int sentBytes, int timeToSend, int totalProcessTime, int serializationTime, int deserializationTime, int methodTime, int compressionTime, string ipAddress ) : System
logFile string
lineNumber int
when System.DateTime
operation string
client string
receivedBytes int
timeToReceive int
sentBytes int
timeToSend int
totalProcessTime int
serializationTime int
deserializationTime int
methodTime int
compressionTime int
ipAddress string
Результат System

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

public ToString ( ) : string
Результат string