C# 클래스 NSBManager.ManagementService.EndpointControl.BusTopology

상속: IBusTopology
파일 보기 프로젝트 열기: andreasohlund/NSBManager

공개 메소드들

메소드 설명
BusTopology ( IBus bus ) : System.Collections.Generic
EndpointStarted ( Endpoint endpoint ) : void
GetSnapshot ( ) : IEnumerable
Initialize ( IEnumerable initialEndpoints ) : void

메소드 상세

BusTopology() 공개 메소드

public BusTopology ( IBus bus ) : System.Collections.Generic
bus IBus
리턴 System.Collections.Generic

EndpointStarted() 공개 메소드

public EndpointStarted ( Endpoint endpoint ) : void
endpoint Endpoint
리턴 void

GetSnapshot() 공개 메소드

public GetSnapshot ( ) : IEnumerable
리턴 IEnumerable

Initialize() 공개 메소드

public Initialize ( IEnumerable initialEndpoints ) : void
initialEndpoints IEnumerable
리턴 void