DurableSession.AttachSession Method

Definition

Overloads

AttachSession(SessionAttachInfo)
AttachSession(SessionAttachInfo, Binding)

AttachSession(SessionAttachInfo)

public static Microsoft.Hpc.Scheduler.Session.DurableSession AttachSession (Microsoft.Hpc.Scheduler.Session.SessionAttachInfo attachInfo);
static member AttachSession : Microsoft.Hpc.Scheduler.Session.SessionAttachInfo -> Microsoft.Hpc.Scheduler.Session.DurableSession
Public Shared Function AttachSession (attachInfo As SessionAttachInfo) As DurableSession

Parameters

attachInfo
SessionAttachInfo

Returns

Applies to

AttachSession(SessionAttachInfo, Binding)

public static Microsoft.Hpc.Scheduler.Session.DurableSession 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.DurableSession

Parameters

attachInfo
SessionAttachInfo
binding
Binding

Returns

Applies to