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.166 -- Release Build+55b93eb16d4a5b73f01a183dc992e29d98627d25
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.