Compartir a través de


WellKnownServiceTypeEntry.ContextAttributes Propiedad

Definición

Obtiene o establece los atributos de contexto para el tipo de servicio activado en el servidor.

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

Valor de propiedad

Atributos de contexto para el tipo de servicio activado por el servidor.

Comentarios

Actualmente, este indexador no se implementa y las operaciones en él no producirán ningún resultado.

Los atributos de contexto proporcionan propiedades de contexto que, cuando se agregan a un contexto, pueden aplicar directivas como la sincronización y las transacciones.

Se aplica a

Consulte también