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