WellKnownServiceTypeEntry.ContextAttributes Property

Definition

Gets or sets the context attributes for the server-activated service type.

C#
public System.Runtime.Remoting.Contexts.IContextAttribute[] ContextAttributes { get; set; }

Property Value

The context attributes for the server-activated service type.

Remarks

Currently, this indexer is not implemented and operations on it will not produce any results.

Context attributes provide context properties that, when added to a context, can enforce policies such as synchronization and transactions.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also