AbstractInvocableExecutionTimeoutMillis Property |
Namespace: Tangosol.Net
public long ExecutionTimeoutMillis { get; }
The value of Default indicates a default timeout value configured for the corresponding service; the value of None indicates that this task can execute indefinitely.
If, by the time the specified amount of time passed, the task has not finished, the service will attempt to stop the execution by using the Thread.Interrupt() method. In the case that interrupting the thread does not result in the task's termination, the RunCanceled(Boolean) method will be called.
This implementation returns Default