SimultaneousTopologyChange.GetHashCode Method ()
Retrieves the hash code that corresponds to the current object.
Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Syntax
public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer
Return Value
Type: System.Int32
Type: System.Int32
A hash code for the current object.
See Also
SimultaneousTopologyChange Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
Return to top