HpcContextExtension.GetSchedulerStoreAsync Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public static System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore> GetSchedulerStoreAsync (this Microsoft.Hpc.IHpcContext context);
static member GetSchedulerStoreAsync : Microsoft.Hpc.IHpcContext -> System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore>
<Extension()>
Public Function GetSchedulerStoreAsync (context As IHpcContext) As Task(Of ISchedulerStore)
Parameters
- context
- IHpcContext
Returns
Applies to
Microsoft HPC Pack 2016 Update 1 SDK Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115
Produto | Versións |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |
C#
public static System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore> GetSchedulerStoreAsync (this Microsoft.Hpc.IHpcContext context, bool isOverHttp);
static member GetSchedulerStoreAsync : Microsoft.Hpc.IHpcContext * bool -> System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore>
<Extension()>
Public Function GetSchedulerStoreAsync (context As IHpcContext, isOverHttp As Boolean) As Task(Of ISchedulerStore)
Parameters
- context
- IHpcContext
- isOverHttp
- Boolean
Returns
Applies to
Microsoft HPC Pack 2016 Update 1 SDK Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115
Produto | Versións |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |
C#
public static System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore> GetSchedulerStoreAsync (this Microsoft.Hpc.IHpcContext context, int port);
static member GetSchedulerStoreAsync : Microsoft.Hpc.IHpcContext * int -> System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore>
<Extension()>
Public Function GetSchedulerStoreAsync (context As IHpcContext, port As Integer) As Task(Of ISchedulerStore)
Parameters
- context
- IHpcContext
- port
- Int32
Returns
Applies to
Microsoft HPC Pack 2016 Update 1 SDK Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115
Produto | Versións |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |
GetSchedulerStoreAsync(IHpcContext, ServiceAsClientIdentityProvider, ServiceAsClientPrincipalProvider)
C#
public static System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore> GetSchedulerStoreAsync (this Microsoft.Hpc.IHpcContext context, Microsoft.Hpc.ServiceAsClientIdentityProvider identityProvider, Microsoft.Hpc.ServiceAsClientPrincipalProvider principalProvider = null);
static member GetSchedulerStoreAsync : Microsoft.Hpc.IHpcContext * Microsoft.Hpc.ServiceAsClientIdentityProvider * Microsoft.Hpc.ServiceAsClientPrincipalProvider -> System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Store.ISchedulerStore>
<Extension()>
Public Function GetSchedulerStoreAsync (context As IHpcContext, identityProvider As ServiceAsClientIdentityProvider, Optional principalProvider As ServiceAsClientPrincipalProvider = null) As Task(Of ISchedulerStore)
Parameters
- context
- IHpcContext
- identityProvider
- ServiceAsClientIdentityProvider
- principalProvider
- ServiceAsClientPrincipalProvider
Returns
Applies to
Microsoft HPC Pack 2016 Update 1 SDK Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115
Produto | Versións |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |