SchedulerClient Constructor (HttpClient)
Initializes a new instance of the SchedulerClient class.
Namespace: Microsoft.WindowsAzure.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public SchedulerClient(
HttpClient httpClient
)
public:
SchedulerClient(
HttpClient^ httpClient
)
new :
httpClient:HttpClient -> SchedulerClient
Public Sub New (
httpClient As HttpClient
)
Parameters
httpClient
Type: System.Net.Http.HttpClientThe Http client
See Also
SchedulerClient Overload
SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace
Return to top