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.GetHashCode

This methods have not yet been implemented and throws a NotSupportedException when called.

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

Exceptions

Exception Type Condition
NotSupportedException is thrown every time this method is called.

Remarks

This method overrides GetHashCode.

See Also

ArgIterator Structure | ArgIterator Members | System Namespace