System.Runtime.Remoting.Contexts.Context.UnregisterDynamicProperty Method

Unregisters a dynamic property implementing the System.Runtime.Remoting.Contexts.IDynamicProperty interface.

Syntax

public static bool UnregisterDynamicProperty (string name, ContextBoundObject obj, Context ctx)

Parameters

name
The name of the dynamic property to unregister.
obj
The object/proxy for which the property is registered.
ctx
The context for which the property is registered.

Returns

true if the object was successfully unregistered; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

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