StatusReporter.GetStatus 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 응답DiagnosticsController에 포함할 형식의 StatusReport 상태 정보를 제공합니다. 에 의해 DiagnosticsController 노출되는 정보는 instance 사용하여 ConfigOptions 액세스 제어됩니다. 정보는 액세스 컨트롤러이지만 개인 정보 또는 기밀 정보를 노출하지 않도록 주의해야 합니다.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport> GetStatus (System.Web.Http.HttpConfiguration config, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, System.Threading.CancellationToken cancellationToken);
abstract member GetStatus : System.Web.Http.HttpConfiguration * Microsoft.WindowsAzure.Mobile.Service.ApiServices * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport>
override this.GetStatus : System.Web.Http.HttpConfiguration * Microsoft.WindowsAzure.Mobile.Service.ApiServices * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport>
Public Function GetStatus (config As HttpConfiguration, services As ApiServices, cancellationToken As CancellationToken) As Task(Of StatusReport)
매개 변수
- config
- System.Web.Http.HttpConfiguration
현재 System.Web.Http.HttpConfiguration입니다.
- services
- ApiServices
현재 ApiServices입니다.
- cancellationToken
- CancellationToken
CancellationToken 작업이 너무 오래 걸리는 경우 발생할 수 있는 입니다.
반환
Task<TResult> 작업을 나타내는 입니다.
구현
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET