ActivatedServiceTypeEntry.ContextAttributes 属性
定义
获取或设置客户端激活服务类型的上下文特性。Gets or sets the context attributes for the client-activated service type.
public:
property cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ ContextAttributes { cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ get(); void set(cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ value); };
public System.Runtime.Remoting.Contexts.IContextAttribute[] ContextAttributes { get; set; }
member this.ContextAttributes : System.Runtime.Remoting.Contexts.IContextAttribute[] with get, set
Public Property ContextAttributes As IContextAttribute()
属性值
客户端激活服务类型的上下文特性。The context attributes for the client-activated service type.
注解
目前未实现此索引器,对其执行的操作不会产生任何结果。Currently, this indexer is not implemented and operations on it will not produce any results.
上下文特性提供了上下文属性,在将其添加到上下文时,可以强制执行同步和事务等策略。Context attributes provide context properties which when added to a context can enforce policies such as synchronization and transactions.