AppServiceClosedEventArgs.Status Свойство

Определение

Возвращает состояние, заданное при закрытии конечной точки для службы приложений.

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

Значение свойства

Состояние, заданное при закрытии конечной точки для службы приложений.

Применяется к

См. также раздел