WellKnownServiceTypeEntry.ContextAttributes 属性

定义

获取或设置服务器激活服务类型的上下文特性。

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()

属性值

服务器激活的服务类型的上下文属性。

注解

目前,此索引器未实现,并且对它的操作不会产生任何结果。

上下文属性提供上下文属性,当添加到上下文时,这些属性可以强制实施同步和事务等策略。

适用于

另请参阅