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.170 -- Release Build+c182f6ab0de7d8c2535312827c244b8c677ffdd5
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.