Share via


SchedulerClient.Clone Method (ServiceClient<SchedulerClient>)

 

Clones properties from current instance to another SchedulerClient instance

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

protected override void Clone(
    ServiceClient<SchedulerClient> client
)
protected:
virtual void Clone(
    ServiceClient<SchedulerClient^>^ client
) override
override Clone : 
        client:ServiceClient<SchedulerClient> -> unit
Protected Overrides Sub Clone (
    client As ServiceClient(Of SchedulerClient)
)

Parameters

  • client
    Type: Hyak.Common.ServiceClient<SchedulerClient>

    Instance of SchedulerClient to clone to

See Also

SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace

Return to top