Show / Hide Table of Contents

Class CloseSession

Used to allow modern (1.0+) PbmClients which support concurrent sessions to terminate a session programmatically from the client.

Inheritance
object
CloseSession
Implements
INoSerializationVerificationNeeded
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Petabridge.Cmd.Common
Assembly: Petabridge.Cmd.Common.dll
Syntax
public sealed class CloseSession : INoSerializationVerificationNeeded

Constructors

CloseSession(long)

Declaration
public CloseSession(long sessionId)
Parameters
Type Name Description
long sessionId

Properties

SessionId

Declaration
public long SessionId { get; }
Property Value
Type Description
long

Methods

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

INoSerializationVerificationNeeded
In this article
Back to top Generated by DocFX