C# 클래스 Stardust.Node.Timers.TrySendNodeStartUpNotificationToManagerTimer

상속: System.Timers.Timer
파일 보기 프로젝트 열기: Teleopti/Stardust 1 사용 예제들

공개 메소드들

메소드 설명
TrySendNodeStartUpNotificationToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 5000, bool autoReset = true ) : System
TrySendNodeStartUpToManager ( Uri nodeAddress, Uri callbackToManagerUri, CancellationToken cancellationToken ) : Task

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
OnTimedEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
TrySendNodeStartUpNotificationSuccededInvoke ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

TrySendNodeStartUpNotificationToManagerTimer() 공개 메소드

public TrySendNodeStartUpNotificationToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 5000, bool autoReset = true ) : System
nodeConfiguration NodeConfiguration
httpSender IHttpSender
interval double
autoReset bool
리턴 System

TrySendNodeStartUpToManager() 공개 메소드

public TrySendNodeStartUpToManager ( Uri nodeAddress, Uri callbackToManagerUri, CancellationToken cancellationToken ) : Task
nodeAddress System.Uri
callbackToManagerUri System.Uri
cancellationToken System.Threading.CancellationToken
리턴 Task