Freigeben über


ProviderConfiguration Klasse

Definition

Konfiguration für eine bestimmte Anbieterinstanz.

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

Konstruktoren

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

Konfiguration für eine bestimmte Anbieterinstanz.

Eigenschaften

Children

Untergeordnete Anbieter dieses Anbieters. Wird von hierarchischen Anbietern verwendet.

Name

Konfiguration für eine bestimmte Anbieterinstanz.

Properties

Eigenschaften dieses Anbieters.

ProviderManager

Konfiguration für eine bestimmte Anbieterinstanz.

Type

Konfiguration für eine bestimmte Anbieterinstanz.

Methoden

AddChildConfiguration(IProviderConfiguration)

Konfiguration für eine bestimmte Anbieterinstanz.

RemoveProperty(String)

Konfiguration für eine bestimmte Anbieterinstanz.

SetProperty(String, String)

Konfiguration für eine bestimmte Anbieterinstanz.

ToString()

Konfiguration für eine bestimmte Anbieterinstanz.

Erweiterungsmethoden

GetBoolProperty(IProviderConfiguration, String, Boolean)

Konfiguration für eine bestimmte Anbieterinstanz.

GetEnumProperty<T>(IProviderConfiguration, String, T)

Konfiguration für eine bestimmte Anbieterinstanz.

GetGuidProperty(IProviderConfiguration, String, Guid)

Konfiguration für eine bestimmte Anbieterinstanz.

GetIntProperty(IProviderConfiguration, String, Int32)

Konfiguration für eine bestimmte Anbieterinstanz.

GetProperty(IProviderConfiguration, String, String)

Konfiguration für eine bestimmte Anbieterinstanz.

GetTimeSpanProperty(IProviderConfiguration, String, TimeSpan)

Konfiguration für eine bestimmte Anbieterinstanz.

GetTypeProperty(IProviderConfiguration, String, Type)

Konfiguration für eine bestimmte Anbieterinstanz.

TryGetDoubleProperty(IProviderConfiguration, String, Double)

Konfiguration für eine bestimmte Anbieterinstanz.

TryGetTimeSpanProperty(IProviderConfiguration, String, TimeSpan)

Konfiguration für eine bestimmte Anbieterinstanz.

Gilt für: