SimultaneousChange Class

 

Represents a simultaneous change to the configuration of a cloud service. 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 abstract class SimultaneousChange : RoleEnvironmentChange
public ref class SimultaneousChange abstract : RoleEnvironmentChange
[<AbstractClass>]
type SimultaneousChange = 
    class
        inherit RoleEnvironmentChange
    end
Public MustInherit Class SimultaneousChange
    Inherits RoleEnvironmentChange

Constructors

Name Description
System_CAPS_protmethod SimultaneousChange()

Initializes a new instance of the SimultaneousChange class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This class is not intended to be used directly. It is the base class for SimultaneousTopologyChange.

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