C# 클래스 PlasticSCM.ServerLogChannelCallEntry

상속: ServerLogEntry
파일 보기 프로젝트 열기: powercode/PSPlastic

공개 메소드들

메소드 설명
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