C# 클래스 NServiceBus.InstanceMappingFileMonitor

상속: FeatureStartupTask
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
InstanceMappingFileMonitor ( string filePath, System.TimeSpan checkInterval, IAsyncTimer timer, IInstanceMappingFileAccess fileAccess, EndpointInstances endpointInstances ) : System
LogChanges ( List instances, string filepath ) : void
ReloadData ( ) : void

보호된 메소드들

메소드 설명
OnStart ( IMessageSession session ) : Task
OnStop ( IMessageSession session ) : Task

비공개 메소드들

메소드 설명
Instances ( int count ) : string

메소드 상세

InstanceMappingFileMonitor() 공개 메소드

public InstanceMappingFileMonitor ( string filePath, System.TimeSpan checkInterval, IAsyncTimer timer, IInstanceMappingFileAccess fileAccess, EndpointInstances endpointInstances ) : System
filePath string
checkInterval System.TimeSpan
timer IAsyncTimer
fileAccess IInstanceMappingFileAccess
endpointInstances EndpointInstances
리턴 System

LogChanges() 공개 메소드

public LogChanges ( List instances, string filepath ) : void
instances List
filepath string
리턴 void

OnStart() 보호된 메소드

protected OnStart ( IMessageSession session ) : Task
session IMessageSession
리턴 Task

OnStop() 보호된 메소드

protected OnStop ( IMessageSession session ) : Task
session IMessageSession
리턴 Task

ReloadData() 공개 메소드

public ReloadData ( ) : void
리턴 void