C# Class Stardust.Node.Timers.TrySendJobDetailToManagerTimer

Inheritance: System.Timers.Timer
Afficher le fichier Open project: Teleopti/Stardust Class Usage Examples

Méthodes publiques

Свойство Type Description
SendJobDetailWithSuccessEventHandler EventHandler

Méthodes publiques

Méthode Description
ClearAllJobProgresses ( System.Guid jobId ) : void
HasAllProgressesBeenSent ( ) : bool
HasAllProgressesBeenSent ( System.Guid jobId ) : bool
SendProgress ( System.Guid jobid, string progressMessage ) : void
TotalNumberOfJobProgresses ( ) : int
TotalNumberOfJobProgresses ( System.Guid jobId ) : int
TrySendJobDetailToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 500 ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
TrySendJobProgress ( ) : void

Private Methods

Méthode Description
InvokeSendJobProgressModelWithSuccessEventHandler ( JobDetailEntity jobDetail ) : void
OnTimedEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

ClearAllJobProgresses() public méthode

public ClearAllJobProgresses ( System.Guid jobId ) : void
jobId System.Guid
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HasAllProgressesBeenSent() public méthode

public HasAllProgressesBeenSent ( ) : bool
Résultat bool

HasAllProgressesBeenSent() public méthode

public HasAllProgressesBeenSent ( System.Guid jobId ) : bool
jobId System.Guid
Résultat bool

SendProgress() public méthode

public SendProgress ( System.Guid jobid, string progressMessage ) : void
jobid System.Guid
progressMessage string
Résultat void

TotalNumberOfJobProgresses() public méthode

public TotalNumberOfJobProgresses ( ) : int
Résultat int

TotalNumberOfJobProgresses() public méthode

public TotalNumberOfJobProgresses ( System.Guid jobId ) : int
jobId System.Guid
Résultat int

TrySendJobDetailToManagerTimer() public méthode

public TrySendJobDetailToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 500 ) : System
nodeConfiguration NodeConfiguration
httpSender IHttpSender
interval double
Résultat System

TrySendJobProgress() protected méthode

protected TrySendJobProgress ( ) : void
Résultat void

Property Details

SendJobDetailWithSuccessEventHandler public_oe property

public EventHandler SendJobDetailWithSuccessEventHandler
Résultat EventHandler