C# Class NSBManager.ManagementService.EndpointControl.BusTopology

Inheritance: IBusTopology
Exibir arquivo Open project: andreasohlund/NSBManager

Public Methods

Method Description
BusTopology ( IBus bus ) : System.Collections.Generic
EndpointStarted ( Endpoint endpoint ) : void
GetSnapshot ( ) : IEnumerable
Initialize ( IEnumerable initialEndpoints ) : void

Method Details

BusTopology() public method

public BusTopology ( IBus bus ) : System.Collections.Generic
bus IBus
return System.Collections.Generic

EndpointStarted() public method

public EndpointStarted ( Endpoint endpoint ) : void
endpoint Endpoint
return void

GetSnapshot() public method

public GetSnapshot ( ) : IEnumerable
return IEnumerable

Initialize() public method

public Initialize ( IEnumerable initialEndpoints ) : void
initialEndpoints IEnumerable
return void