NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MarshalByRefComponent.Dispose

Disposes of the component. Call dispose when the component is no longer needed. This method removes the component from its container (if the component has a site) and triggers the dispose event.

[Visual Basic]
Overridable Public Sub Dispose()
[C#]
public virtual void Dispose();
[C++]
public: virtual void Dispose();
[JScript]
public function Dispose();

See Also

MarshalByRefComponent Class | MarshalByRefComponent Members | System.ComponentModel Namespace