Compartir a través de


ActivatedServiceTypeEntry.ContextAttributes Propiedad

Definición

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

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 del tipo de servicio activado en el cliente.

Comentarios

Actualmente, este indexador no se implementa y las operaciones en ella no generará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