Scheduler.ConnectAsync Method

Definition

Overloads

ConnectAsync(SchedulerConnectionContext, CancellationToken)
ConnectAsync(SchedulerConnectionContext, CancellationToken, ConnectMethod)

ConnectAsync(SchedulerConnectionContext, CancellationToken)

public System.Threading.Tasks.Task ConnectAsync (Microsoft.Hpc.Scheduler.SchedulerConnectionContext context, System.Threading.CancellationToken token);
abstract member ConnectAsync : Microsoft.Hpc.Scheduler.SchedulerConnectionContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ConnectAsync : Microsoft.Hpc.Scheduler.SchedulerConnectionContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ConnectAsync (context As SchedulerConnectionContext, token As CancellationToken) As Task

Parameters

Returns

Implements

Applies to

ConnectAsync(SchedulerConnectionContext, CancellationToken, ConnectMethod)

public System.Threading.Tasks.Task ConnectAsync (Microsoft.Hpc.Scheduler.SchedulerConnectionContext context, System.Threading.CancellationToken token, Microsoft.Hpc.Scheduler.Properties.ConnectMethod method);
abstract member ConnectAsync : Microsoft.Hpc.Scheduler.SchedulerConnectionContext * System.Threading.CancellationToken * Microsoft.Hpc.Scheduler.Properties.ConnectMethod -> System.Threading.Tasks.Task
override this.ConnectAsync : Microsoft.Hpc.Scheduler.SchedulerConnectionContext * System.Threading.CancellationToken * Microsoft.Hpc.Scheduler.Properties.ConnectMethod -> System.Threading.Tasks.Task
Public Function ConnectAsync (context As SchedulerConnectionContext, token As CancellationToken, method As ConnectMethod) As Task

Parameters

method
ConnectMethod

Returns

Implements

Applies to