C# 클래스 Raven.Client.Connection.Profiling.ProfilingInformation

파일 보기 프로젝트 열기: nhsevidence/ravendb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
At System.DateTime
DurationMilliseconds double
Id System.Guid
Requests List

공개 메소드들

메소드 설명
CreateProfilingInformation ( System.Guid sessionId ) : ProfilingInformation

Create a new instance of profiling information and provide additional context information

비공개 메소드들

메소드 설명
ProfilingInformation ( System.Guid sessionId ) : System

Create a new instance of this class

메소드 상세

CreateProfilingInformation() 공개 정적인 메소드

Create a new instance of profiling information and provide additional context information
public static CreateProfilingInformation ( System.Guid sessionId ) : ProfilingInformation
sessionId System.Guid
리턴 ProfilingInformation

프로퍼티 상세

At 공개적으로 프로퍼티

The time when the session was created
public DateTime,System At
리턴 System.DateTime

DurationMilliseconds 공개적으로 프로퍼티

The duration this session was opened
public double DurationMilliseconds
리턴 double

Id 공개적으로 프로퍼티

Uniquely identify the session
public Guid,System Id
리턴 System.Guid

Requests 공개적으로 프로퍼티

The requests made by this session
public List Requests
리턴 List