DurableSession.CreateSessionAsync Method
Definition
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.
Overloads
CreateSessionAsync(SessionStartInfo) | |
CreateSessionAsync(SessionStartInfo, Binding) |
CreateSessionAsync(SessionStartInfo)
public static System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Session.DurableSession> CreateSessionAsync (Microsoft.Hpc.Scheduler.Session.SessionStartInfo startInfo);
static member CreateSessionAsync : Microsoft.Hpc.Scheduler.Session.SessionStartInfo -> System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Session.DurableSession>
Public Shared Function CreateSessionAsync (startInfo As SessionStartInfo) As Task(Of DurableSession)
Parameters
- startInfo
- SessionStartInfo
Returns
Applies to
CreateSessionAsync(SessionStartInfo, Binding)
public static System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Session.DurableSession> CreateSessionAsync (Microsoft.Hpc.Scheduler.Session.SessionStartInfo startInfo, System.ServiceModel.Channels.Binding binding);
static member CreateSessionAsync : Microsoft.Hpc.Scheduler.Session.SessionStartInfo * System.ServiceModel.Channels.Binding -> System.Threading.Tasks.Task<Microsoft.Hpc.Scheduler.Session.DurableSession>
Parameters
- startInfo
- SessionStartInfo
- binding
- Binding