Class CloseSession
Used to allow modern (1.0+) PbmClients which support concurrent sessions
to terminate a session programmatically from the client.
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
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements