LimitManager.GetLimit Method
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 Orleans.Runtime.Configuration.LimitValue GetLimit(string name);
member this.GetLimit : string -> Orleans.Runtime.Configuration.LimitValue
Public Function GetLimit (name As String) As LimitValue
Parameters
- name
- String
Returns
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 Orleans.Runtime.Configuration.LimitValue GetLimit(string name, int defaultSoftLimit);
member this.GetLimit : string * int -> Orleans.Runtime.Configuration.LimitValue
Public Function GetLimit (name As String, defaultSoftLimit As Integer) As LimitValue
Parameters
- name
- String
- defaultSoftLimit
- Int32
Returns
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 Orleans.Runtime.Configuration.LimitValue GetLimit(string name, int defaultSoftLimit, int defaultHardLimit);
member this.GetLimit : string * int * int -> Orleans.Runtime.Configuration.LimitValue
Public Function GetLimit (name As String, defaultSoftLimit As Integer, defaultHardLimit As Integer) As LimitValue
Parameters
- name
- String
- defaultSoftLimit
- Int32
- defaultHardLimit
- Int32
Returns
Applies to
.NET Orleans 3.6.0 and other versions
Product | Versions |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0 |