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