AppServiceClosedEventArgs.Status 屬性

定義

取得關閉 App Service 端點時所設定的狀態。

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

屬性值

關閉應用程式服務的端點時所設定的狀態。

適用於

另請參閱