C# 클래스 SIL.FieldWorks.FDO.FDOTests.DummyLocalConnectedClient

Connects to a local db4o server on the specified port
상속: IDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void

Closes the client connection.

DummyLocalConnectedClient ( int port ) : System

보호된 메소드들

메소드 설명
Dispose ( bool fDisposing ) : void

메소드 상세

Dispose() 공개 메소드

Closes the client connection.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool fDisposing ) : void
fDisposing bool
리턴 void

DummyLocalConnectedClient() 공개 메소드

public DummyLocalConnectedClient ( int port ) : System
port int
리턴 System