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