Remove all objects from the server context's object dictionary.
[Visual Basic 6.0]
Sub RemoveAll
[Visual Basic .NET]
Public Sub RemoveAll ( _
)
[C#] public void RemoveAll ( );
[Java] public void removeAll ( ) throws IOException, AutomationException
[C++]
HRESULT RemoveAll(
void
);
Remove and RemoveAll to remove object from a context that have been set using SetObject. Once an object is removed, a reference can no longer be made to it using GetObject. Note that if you do not explicitly call Remove or RemoveAll, you can still not get references to objects set in the context after the context has been released.
pServerContext.RemoveAll