다음을 통해 공유


AppServiceClosedEventArgs.Status 속성

정의

앱 서비스의 엔드포인트가 닫혔을 때 설정된 상태 가져옵니다.

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

속성 값

앱 서비스의 엔드포인트가 닫혔을 때 설정된 상태.

적용 대상

추가 정보