C# 클래스 CqlSharp.Performance.Data.MeasurementManager

Provides access to the Measurements of different customers
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 프로퍼티들

프로퍼티 타입 설명
Customers List

공개 메소드들

메소드 설명
CreateDatabase ( ) : void

Creates the database.

Disconnect ( ) : void
GetMeasurement ( int id ) : Measurement

Gets the measurement.

GetMeasurementAsync ( int id ) : Task

Gets the measurement asynchronous.

메소드 상세

CreateDatabase() 공개 정적인 메소드

Creates the database.
public static CreateDatabase ( ) : void
리턴 void

Disconnect() 공개 정적인 메소드

public static Disconnect ( ) : void
리턴 void

GetMeasurement() 공개 정적인 메소드

Gets the measurement.
public static GetMeasurement ( int id ) : Measurement
id int The identifier.
리턴 Measurement

GetMeasurementAsync() 공개 정적인 메소드

Gets the measurement asynchronous.
public static GetMeasurementAsync ( int id ) : Task
id int The identifier.
리턴 Task

프로퍼티 상세

Customers 공개적으로 정적으로 프로퍼티

public static List Customers
리턴 List