SimultaneousChangedEventArgs.Changes Property

 

Gets a collection of the topology changes that were applied to a role.

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

Syntax

public ReadOnlyCollection<SimultaneousChange> Changes { get; internal set; }
public:
property ReadOnlyCollection<SimultaneousChange^>^ Changes {
    ReadOnlyCollection<SimultaneousChange^>^ get();
    internal: void set(ReadOnlyCollection<SimultaneousChange^>^ value);
}
member Changes : ReadOnlyCollection<SimultaneousChange> with get, internal set
Public Property Changes As ReadOnlyCollection(Of SimultaneousChange)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SimultaneousChange>

Type: System.Collections.ObjectModel.ReadOnlyCollection

A ReadOnlyCollection<T> of SimultaneousChange objects. The changes are of the SimultaneousTopologyChange type.

See Also

SimultaneousChangedEventArgs Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top