Szerkesztés

Megosztás a következőn keresztül:


ProviderConfiguration Class

Definition

Configuration for a particular provider instance.

[System.Serializable]
public class ProviderConfiguration : Orleans.Providers.IProviderConfiguration
[<System.Serializable>]
type ProviderConfiguration = class
    interface IProviderConfiguration
Public Class ProviderConfiguration
Implements IProviderConfiguration
Inheritance
ProviderConfiguration
Attributes
Implements

Constructors

ProviderConfiguration(IDictionary<String,String>, String, String)

Properties

Children

Children providers of this provider. Used by hierarchical providers.

Name
Properties

Properties of this provider.

ProviderManager
Type

Methods

AddChildConfiguration(IProviderConfiguration)
RemoveProperty(String)
SetProperty(String, String)
ToString()

Extension Methods

GetBoolProperty(IProviderConfiguration, String, Boolean)
GetEnumProperty<T>(IProviderConfiguration, String, T)
GetGuidProperty(IProviderConfiguration, String, Guid)
GetIntProperty(IProviderConfiguration, String, Int32)
GetProperty(IProviderConfiguration, String, String)
GetTimeSpanProperty(IProviderConfiguration, String, TimeSpan)
GetTypeProperty(IProviderConfiguration, String, Type)
TryGetDoubleProperty(IProviderConfiguration, String, Double)
TryGetTimeSpanProperty(IProviderConfiguration, String, TimeSpan)

Applies to