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.169 -- Release Build+7697c0e717c25635c63b5dbfba5523a6bec4ec9b
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.