Share via


DiagnosticsController.Get Method ()

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Controllers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

[DebuggerStepThroughAttribute]
public Task<HttpResponseMessage> Get()
public:
[DebuggerStepThroughAttribute]
Task<HttpResponseMessage^>^ Get()
[<DebuggerStepThroughAttribute>]
member Get : unit -> Task<HttpResponseMessage>
<DebuggerStepThroughAttribute>
Public Function Get As Task(Of HttpResponseMessage)

Return Value

Type: System.Threading.Tasks.Task<HttpResponseMessage>

See Also

DiagnosticsController Class
Microsoft.WindowsAzure.Mobile.Service.Controllers Namespace

Return to top