C# 클래스 Intro.Service.IntroService

상속: IIntroService, IDisposable
파일 보기 프로젝트 열기: cosh/Fallen-8-Intro 1 사용 예제들

공개 메소드들

메소드 설명
Bench ( string iterations ) : string
CreateGraph ( string nodeCount, string edgeCount ) : string
Dispose ( ) : void
IntroService ( NoSQL.GraphDB.Fallen8 fallen8 ) : System

Creates a new import service

Shutdown ( ) : void

Shutdown for this service

메소드 상세

Bench() 공개 메소드

public Bench ( string iterations ) : string
iterations string
리턴 string

CreateGraph() 공개 메소드

public CreateGraph ( string nodeCount, string edgeCount ) : string
nodeCount string
edgeCount string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IntroService() 공개 메소드

Creates a new import service
public IntroService ( NoSQL.GraphDB.Fallen8 fallen8 ) : System
fallen8 NoSQL.GraphDB.Fallen8
리턴 System

Shutdown() 공개 메소드

Shutdown for this service
public Shutdown ( ) : void
리턴 void