Edit

Share via


ProviderConfigurationExtensions.GetTimeSpanProperty Method

Definition

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

key
String
settingDefault
TimeSpan

Returns

Applies to