C# Class Intro.Service.IntroService

Inheritance: IIntroService, IDisposable
Afficher le fichier Open project: cosh/Fallen-8-Intro Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Bench ( string iterations ) : string
iterations string
Résultat string

CreateGraph() public méthode

public CreateGraph ( string nodeCount, string edgeCount ) : string
nodeCount string
edgeCount string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IntroService() public méthode

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

Shutdown() public méthode

Shutdown for this service
public Shutdown ( ) : void
Résultat void