AppServiceClosedEventArgs.Status Property

Definition

Gets the status that was set when the endpoint for the app service was closed.

public:
 property AppServiceClosedStatus Status { AppServiceClosedStatus get(); };
AppServiceClosedStatus Status();
public AppServiceClosedStatus Status { get; }
var appServiceClosedStatus = appServiceClosedEventArgs.status;
Public ReadOnly Property Status As AppServiceClosedStatus

Property Value

The status that was set when the endpoint for the app service was closed.

Applies to

See also