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!

Cursor.Dispose

Cleans up the resources allocated by this object. Once called, the cursor object is no longer useful.

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

See Also

Cursor Class | Cursor Members | System.Drawing Namespace