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.171 -- Release Build+1fadf9883481af612a0ac41fa386e4d8235ed765
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.