C# Class Treadmill.Domain.Services.ConnectionService

Inheritance: IConnectionService
ファイルを表示 Open project: slater1/treadmill

Public Methods

Method Description
ConnectionService ( ILogService logger )
NotifyConnectionChanged ( string message ) : void

Method Details

ConnectionService() public method

public ConnectionService ( ILogService logger )
logger ILogService

NotifyConnectionChanged() public method

public NotifyConnectionChanged ( string message ) : void
message string
return void