次の方法で共有


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)

特定のプロバイダー インスタンスの構成。

適用対象