StatelessWorkerAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StatelessWorkerAttribute() |
Initializes a new instance of the StatelessWorkerAttribute class. |
StatelessWorkerAttribute(Int32) |
Initializes a new instance of the StatelessWorkerAttribute class. |
StatelessWorkerAttribute()
- Source:
- GrainAttributeConcurrency.cs
Initializes a new instance of the StatelessWorkerAttribute class.
public StatelessWorkerAttribute ();
Public Sub New ()
Applies to
StatelessWorkerAttribute(Int32)
- Source:
- GrainAttributeConcurrency.cs
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.