Table of Contents

Method ActivateNewQueue

Namespace
Scaleout.Client.MethodInvocation
Assembly
Scaleout.Client.dll

ActivateNewQueue()

Creates and activates a new scheduling queue for this scheduler.

public TaskScheduler ActivateNewQueue()

Returns

TaskScheduler

The newly created and activated queue at priority 0.

ActivateNewQueue(int)

Creates and activates a new scheduling queue for this scheduler.

public TaskScheduler ActivateNewQueue(int priority)

Parameters

priority int

The priority level for the new queue.

Returns

TaskScheduler

The newly created and activated queue at the specified priority.