C# Class Stardust.Node.Timers.TrySendJobDetailToManagerTimer

Inheritance: System.Timers.Timer
Mostrar archivo Open project: Teleopti/Stardust Class Usage Examples

Public Properties

Property Type Description
SendJobDetailWithSuccessEventHandler EventHandler

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
TrySendJobProgress ( ) : void

Private Methods

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

Method Details

ClearAllJobProgresses() public method

public ClearAllJobProgresses ( System.Guid jobId ) : void
jobId System.Guid
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HasAllProgressesBeenSent() public method

public HasAllProgressesBeenSent ( ) : bool
return bool

HasAllProgressesBeenSent() public method

public HasAllProgressesBeenSent ( System.Guid jobId ) : bool
jobId System.Guid
return bool

SendProgress() public method

public SendProgress ( System.Guid jobid, string progressMessage ) : void
jobid System.Guid
progressMessage string
return void

TotalNumberOfJobProgresses() public method

public TotalNumberOfJobProgresses ( ) : int
return int

TotalNumberOfJobProgresses() public method

public TotalNumberOfJobProgresses ( System.Guid jobId ) : int
jobId System.Guid
return int

TrySendJobDetailToManagerTimer() public method

public TrySendJobDetailToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 500 ) : System
nodeConfiguration NodeConfiguration
httpSender IHttpSender
interval double
return System

TrySendJobProgress() protected method

protected TrySendJobProgress ( ) : void
return void

Property Details

SendJobDetailWithSuccessEventHandler public_oe property

public EventHandler SendJobDetailWithSuccessEventHandler
return EventHandler