SimultaneousChangedEventArgs.Changes Property
Gets a collection of the topology changes that were applied to a role.
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
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.
Show: