C# Class SIL.FieldWorks.FDO.FDOTests.DummyLocalConnectedClient

Connects to a local db4o server on the specified port
Inheritance: IDisposable
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Closes the client connection.

DummyLocalConnectedClient ( int port ) : System

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void

Method Details

Dispose() public méthode

Closes the client connection.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Résultat void

DummyLocalConnectedClient() public méthode

public DummyLocalConnectedClient ( int port ) : System
port int
Résultat System