SimultaneousTopologyChange Class

 

Represents a simultaneous change to the topology of a role. A simultaneous change affects all role instances at the same time.

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironmentChange
    Microsoft.WindowsAzure.ServiceRuntime.SimultaneousChange
      Microsoft.WindowsAzure.ServiceRuntime.SimultaneousTopologyChange

Syntax

public class SimultaneousTopologyChange : SimultaneousChange, 
    IEquatable<SimultaneousTopologyChange>
public ref class SimultaneousTopologyChange : SimultaneousChange, 
    IEquatable<SimultaneousTopologyChange^>
type SimultaneousTopologyChange = 
    class
        inherit SimultaneousChange
        interface IEquatable<SimultaneousTopologyChange>
    end
Public Class SimultaneousTopologyChange
    Inherits SimultaneousChange
    Implements IEquatable(Of SimultaneousTopologyChange)

Properties

Name Description
System_CAPS_pubproperty RoleName

Gets the name of the role for which the topology is changing.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_pubmethod Equals(SimultaneousTopologyChange)

Determines whether the specified SimultaneousTopologyChange object is equal to the current object.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Retrieves the hash code that corresponds to the current object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

The topology refers to the number of instances and the number of endpoints that are defined for a role. For more information about service definitions, see Azure Service Definition Schema.

Note

At least one internal endpoint must be defined for a role to raise a SimultaneousTopologyChange. For more information about defining endpoints, see Enable Communication for Role Instances in Azure.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top