Table of Contents

Interface ISessionLockDetails

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly
Diffusion.Client.dll

Provides details of a session lock.

public interface ISessionLockDetails

Remarks

Added in version 6.12.

Properties

Sequence

Returns the lock sequence number.

long Sequence { get; }

Property Value

long

Lock sequence number.

ServerName

Returns the name of the server that the session holding the lock is connected to.

string ServerName { get; }

Property Value

string

The server name.

SessionId

Returns the session identifier of the session that holds the lock.

ISessionId SessionId { get; }

Property Value

ISessionId

The session holding the lock.