C# Class FloatingQueue.Common.TCP.CommunicationObjectBase

Inheritance: IDisposable
显示文件 Open project: eleks/FloatingQueuePoC

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Open ( ) : void

Method Details

Close() public abstract method

public abstract Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Open() public abstract method

public abstract Open ( ) : void
return void