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