System.Runtime.Remoting.Contexts.IContextPropertyActivator

Indicates that the implementing property is interested in participating in activation and might not have provided a message sink.

See Also: IContextPropertyActivator Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface IContextPropertyActivator

Remarks

The System.Runtime.Remoting.Contexts.IContextPropertyActivator interface is exposed on all System.Runtime.Remoting.Contexts.Context properties that are interested in participating in activation and that might have not provided a message sink. Client System.Runtime.Remoting.Contexts.Context properties send information in the construction message that their counterparts at the remote site could look for during activation.

System.Runtime.Remoting.Contexts.IContextPropertyActivator is also used to collect information from the client and server context property and to deliver information from the server context properties to the client context properties when returning to the client System.Runtime.Remoting.Contexts.Context.

Requirements

Namespace: System.Runtime.Remoting.Contexts
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0