RoleEnvironmentChangedEventArgs Members

Represents the arguments for the Changed event, which occurs after a configuration change has been applied to a role instance.

The following tables list the members exposed by the RoleEnvironmentChangedEventArgs type.

Public Properties

  Name Description
public property Changes Gets a collection of the configuration changes that were applied to a role instance.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

RoleEnvironmentChangedEventArgs Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
RoleEnvironment