Share via


BatchClientParallelOptions Klasse

Definition

Speichert Optionen zum Konfigurieren des Vorgangs von Methoden für parallele Batch-Clientvorgänge.

public class BatchClientParallelOptions
type BatchClientParallelOptions = class
Public Class BatchClientParallelOptions
Vererbung
BatchClientParallelOptions

Konstruktoren

BatchClientParallelOptions()

Initialisiert eine neue Instanz der BatchClientParallelOptions-Klasse.

Eigenschaften

CancellationToken

Ruft die CancellationToken-Instanz ab, die dieser BatchClientParallelOptions-Instanz zugeordnet ist, oder legt die Instanz fest. Der Standardwert lautet None.

MaxDegreeOfParallelism

Ruft die maximale Anzahl paralleler Aufgaben ab, die durch diese BatchClientParallelOptions-Instanz aktiviert ist, oder legt diese fest. Der Standardwert ist 1.

Gilt für: