C# Class NSBManager.ManagementService.EndpointControl.BusTopology

Inheritance: IBusTopology
Afficher le fichier Open project: andreasohlund/NSBManager

Méthodes publiques

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

Method Details

BusTopology() public méthode

public BusTopology ( IBus bus ) : System.Collections.Generic
bus IBus
Résultat System.Collections.Generic

EndpointStarted() public méthode

public EndpointStarted ( Endpoint endpoint ) : void
endpoint Endpoint
Résultat void

GetSnapshot() public méthode

public GetSnapshot ( ) : IEnumerable
Résultat IEnumerable

Initialize() public méthode

public Initialize ( IEnumerable initialEndpoints ) : void
initialEndpoints IEnumerable
Résultat void