Share via


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

See Also

SchedulerClient Overload
SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace

Return to top