RoleInstanceStatusCheckEventArgs Members

Represents the arguments for the StatusCheck event, which occurs at a regular interval to indicate the status of a role instance.

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

Public Constructors

  Name Description
  RoleInstanceStatusCheckEventArgs Initializes a new instance of the RoleInstanceStatusCheckEventArgs class.

Top

Public Properties

  Name Description
public property Status Gets the status of the 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 SetBusy Sets the status of the role instance to Busy until the status is checked again, which occurs at regular intervals. When the status of the role instance is Busy it will not receive requests from the load balancer.
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

RoleInstanceStatusCheckEventArgs Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
RoleEnvironment