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!

ArgIterator.End

Invalidates the iterator. Conceptually it moves the the iterator to the end of the list so that the next call to GetNextArg generates an exception.

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

See Also

ArgIterator Structure | ArgIterator Members | System Namespace