Description
Removes a context from the collection.
The active context cannot be removed from a collection.
Visual Basic
Public Function RemoveContext( context As ObjectContext ) As void
C#
public void RemoveContext( ObjectContext context );
Parameters
Parameters | Description |
---|---|
ObjectContext context | The context to remove from the collection. |