Property | Type | Description | |
---|---|---|---|
SendJobDetailWithSuccessEventHandler | EventHandler |
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
TrySendJobProgress ( ) : void |
Method | Description | |
---|---|---|
InvokeSendJobProgressModelWithSuccessEventHandler ( |
||
OnTimedEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public ClearAllJobProgresses ( System.Guid jobId ) : void | ||
jobId | System.Guid | |
return | void |
public HasAllProgressesBeenSent ( System.Guid jobId ) : bool | ||
jobId | System.Guid | |
return | bool |
public SendProgress ( System.Guid jobid, string progressMessage ) : void | ||
jobid | System.Guid | |
progressMessage | string | |
return | void |
public TotalNumberOfJobProgresses ( System.Guid jobId ) : int | ||
jobId | System.Guid | |
return | int |
public TrySendJobDetailToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 500 ) : System | ||
nodeConfiguration | NodeConfiguration | |
httpSender | IHttpSender | |
interval | double | |
return | System |