EntityStatusReporter.GetStatus Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zawiera informacje o stanie w postaci elementuStatusReport, który ma zostać uwzględniony w odpowiedzi .DiagnosticsController Informacje udostępniane przez program DiagnosticsController są kontrolowane za pomocą ConfigOptions wystąpienia. Podczas gdy informacje są kontrolerem dostępu, należy zachować ostrożność, aby nie ujawniać żadnych informacji prywatnych ani poufnych.
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)
Parametry
- config
- System.Web.Http.HttpConfiguration
Bieżąca klasa System.Web.Http.HttpConfiguration.
- services
- ApiServices
Bieżąca klasa ApiServices.
- cancellationToken
- CancellationToken
Element CancellationToken , który może zostać wyzwolony, jeśli operacja trwa zbyt długo.
Zwraca
Reprezentująca Task<TResult> operację.
Implementuje
Dotyczy
Azure SDK for .NET