LogicalThreadOperationRequeueAction Method
If the operation is running, the action has yet to be executed,
and the given priority level differs from the queued action's
priority level, this method will requeue the action at the given
priority level.
Namespace: Gemstone.Threading.LogicalThreadsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.167 -- Release Build+6c665d9111cb5e0fc32e9aa6c693dcb89c216eb7
public void RequeueAction(
int priority
)
Public Sub RequeueAction (
priority As Integer
)
public:
void RequeueAction(
int priority
)
function RequeueAction(priority);
Parameters
- priority Int32
- The priority at which the current operation should be requeued.