C# Class Intro.Service.IntroService

Inheritance: IIntroService, IDisposable
Exibir arquivo Open project: cosh/Fallen-8-Intro Class Usage Examples

Public Methods

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

Method Details

Bench() public method

public Bench ( string iterations ) : string
iterations string
return string

CreateGraph() public method

public CreateGraph ( string nodeCount, string edgeCount ) : string
nodeCount string
edgeCount string
return string

Dispose() public method

public Dispose ( ) : void
return void

IntroService() public method

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

Shutdown() public method

Shutdown for this service
public Shutdown ( ) : void
return void