LimitManager Constructors
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.
- Source:
- LimitManager.cs
C#
public LimitManager();
Public Sub New ()
Applies to
.NET Orleans 3.6.0 and other versions
Product | Versions |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0 |
- Source:
- LimitManager.cs
C#
public LimitManager(Orleans.Runtime.Configuration.LimitManager other);
new Orleans.Runtime.Configuration.LimitManager : Orleans.Runtime.Configuration.LimitManager -> Orleans.Runtime.Configuration.LimitManager
Public Sub New (other As LimitManager)
Parameters
- other
- LimitManager
Applies to
.NET Orleans 3.6.0 and other versions
Product | Versions |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0 |