Method |
Description |
|
CreateKeepAliveTaskExecution ( TaskId taskId, int taskDefinitionId, System.TimeSpan keepAliveInterval, System.TimeSpan keepAliveDeathThreshold, string referenceValue, short failedTaskRetryLimit, short deadTaskRetryLimit, string tasklingVersion, string executionHeader ) : int |
|
|
CreateOverrideTaskExecution ( TaskId taskId, int taskDefinitionId, System.TimeSpan overrideThreshold, string referenceValue, short failedTaskRetryLimit, short deadTaskRetryLimit, string tasklingVersion, string executionHeader ) : int |
|
|
RegisterEvent ( TaskId taskId, string taskExecutionId, EventType eventType, string message ) : void |
|
|
ReturnExecutionToken ( TaskExecutionCompleteRequest taskExecutionCompleteRequest ) : TaskExecutionCompleteResponse |
|
|
SetBlockedOnTaskExecution ( TaskId taskId, string taskExecutionId ) : void |
|
|
SetCompletedDateOnTaskExecution ( TaskId taskId, string taskExecutionId ) : void |
|
|
SetTaskExecutionAsFailed ( TaskId taskId, string taskExecutionId ) : void |
|
|
StartKeepAliveExecution ( TaskExecutionStartRequest startRequest, int taskDefinitionId ) : TaskExecutionStartResponse |
|
|
StartOverrideExecution ( TaskExecutionStartRequest startRequest, int taskDefinitionId ) : TaskExecutionStartResponse |
|
|
TryGetExecutionToken ( TaskId taskId, int taskDefinitionId, int taskExecutionId, int concurrencyLimit ) : TaskExecutionStartResponse |
|
|
ValidateStartRequest ( TaskExecutionStartRequest startRequest ) : void |
|
|