C# Class PlasticSCM.ServerLogChannelCallEntry

Inheritance: ServerLogEntry
Exibir arquivo Open project: powercode/PSPlastic

Public Methods

Method Description
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

Method Details

ServerLogChannelCallEntry() public method

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
return System

ToString() public method

public ToString ( ) : string
return string