Interface ISessionLockDetails
Provides details of a session lock.
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public interface ISessionLockDetails
Remarks
Added in version 6.12.
Properties
Sequence
Returns the lock sequence number.
Declaration
long Sequence { get; }
Property Value
Type | Description |
---|---|
System.Int64 | Lock sequence number. |
ServerName
Returns the name of the server that the session holding the lock is connected to.
Declaration
string ServerName { get; }
Property Value
Type | Description |
---|---|
System.String | The server name. |
SessionId
Returns the session identifier of the session that holds the lock.
Declaration
ISessionId SessionId { get; }
Property Value
Type | Description |
---|---|
ISessionId | The session holding the lock. |