ProviderConfiguration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
特定提供程序实例的配置。
[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() |
特定提供程序实例的配置。 |