StatelessWorkerAttribute Constructors

Definition

Overloads

StatelessWorkerAttribute()

Initializes a new instance of the StatelessWorkerAttribute class.

StatelessWorkerAttribute(Int32)

Initializes a new instance of the StatelessWorkerAttribute class.

StatelessWorkerAttribute()

Initializes a new instance of the StatelessWorkerAttribute class.

public StatelessWorkerAttribute ();
Public Sub New ()

Applies to

StatelessWorkerAttribute(Int32)

Initializes a new instance of the StatelessWorkerAttribute class.

public StatelessWorkerAttribute (int maxLocalWorkers);
new Orleans.Concurrency.StatelessWorkerAttribute : int -> Orleans.Concurrency.StatelessWorkerAttribute
Public Sub New (maxLocalWorkers As Integer)

Parameters

maxLocalWorkers
Int32

The maximum local workers.

Applies to