ProviderConfigurationExtensions.GetIntProperty Method
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.
public static int GetIntProperty (this Orleans.Providers.IProviderConfiguration config, string key, int settingDefault);
static member GetIntProperty : Orleans.Providers.IProviderConfiguration * string * int -> int
<Extension()>
Public Function GetIntProperty (config As IProviderConfiguration, key As String, settingDefault As Integer) As Integer
Parameters
- config
- IProviderConfiguration
- key
- String
- settingDefault
- Int32