ProviderConfiguration 类

定义

特定提供程序实例的配置。

[System.Serializable]
public class ProviderConfiguration : Orleans.Providers.IProviderConfiguration
[<System.Serializable>]
type ProviderConfiguration = class
    interface IProviderConfiguration
Public Class ProviderConfiguration
Implements IProviderConfiguration
继承
ProviderConfiguration
属性
实现

构造函数

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

特定提供程序实例的配置。

属性

Children

此提供程序的子提供程序。 由分层提供程序使用。

Name

特定提供程序实例的配置。

Properties

此提供程序的属性。

ProviderManager

特定提供程序实例的配置。

Type

特定提供程序实例的配置。

方法

AddChildConfiguration(IProviderConfiguration)

特定提供程序实例的配置。

RemoveProperty(String)

特定提供程序实例的配置。

SetProperty(String, String)

特定提供程序实例的配置。

ToString()

特定提供程序实例的配置。

扩展方法

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)

特定提供程序实例的配置。

适用于