C# Class Core.Telemetry.TelemetryPipe

Inheritance: IDisposable
Exibir arquivo Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RegisterObserver ( IObservable observable ) : void
RegisterProcessor ( Action processor ) : void
Start ( ) : IDisposable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RegisterObserver() public method

public RegisterObserver ( IObservable observable ) : void
observable IObservable
return void

RegisterProcessor() public method

public RegisterProcessor ( Action processor ) : void
processor Action
return void

Start() public method

public Start ( ) : IDisposable
return IDisposable