DurableSession Class

Definition

public class DurableSession : Microsoft.Hpc.Scheduler.Session.SessionBase
type DurableSession = class
    inherit SessionBase
Public Class DurableSession
Inherits SessionBase
Inheritance
DurableSession

Properties

ClientVersion (Inherited from SessionBase)
EndpointReference (Inherited from SessionBase)
Id (Inherited from SessionBase)
ServerVersion (Inherited from SessionBase)
ServiceVersion (Inherited from SessionBase)
SessionHash (Inherited from SessionBase)

Methods

AttachSession(SessionAttachInfo)
AttachSession(SessionAttachInfo, Binding)
AttachSessionAsync(SessionAttachInfo)
AttachSessionAsync(SessionAttachInfo, Binding)
BeginCreateSession(SessionStartInfo, AsyncCallback, Object)
BeginCreateSession(SessionStartInfo, Binding, AsyncCallback, Object)
Close() (Inherited from SessionBase)
Close(Boolean) (Inherited from SessionBase)
Close(Boolean, Int32) (Inherited from SessionBase)
CreateSession(SessionStartInfo)
CreateSession(SessionStartInfo, Binding)
CreateSessionAsync(SessionStartInfo)
CreateSessionAsync(SessionStartInfo, Binding)
Dispose() (Inherited from SessionBase)
Dispose(Boolean) (Inherited from SessionBase)
EndCreateSession(IAsyncResult)
GetProperty<T>(String) (Inherited from SessionBase)

Applies to