C# Class Sample.Server.ServerRegistry

Inheritance: Registry
ファイルを表示 Open project: thedersen/DDDCourse

Public Methods

Method Description
RegisterEventAggregator ( ) : void
RegisterRepository ( ) : void
ServerRegistry ( ) : System.Threading
SetupSynchronization ( ) : void

Method Details

RegisterEventAggregator() public method

public RegisterEventAggregator ( ) : void
return void

RegisterRepository() public method

public RegisterRepository ( ) : void
return void

ServerRegistry() public method

public ServerRegistry ( ) : System.Threading
return System.Threading

SetupSynchronization() public method

public SetupSynchronization ( ) : void
return void