Table of Contents

Class ClientLockService

Namespace
Engine.Api.Internal
Assembly
Engine.Api.dll
public class ClientLockService : IClientLockService
Inheritance
ClientLockService
Implements
Inherited Members

Constructors

ClientLockService()

public ClientLockService()

Methods

Fail(string)

public ClientLockStatus Fail(string ipAddress)

Parameters

ipAddress string

Returns

ClientLockStatus

IsLocked(string)

public bool IsLocked(string ipAddress)

Parameters

ipAddress string

Returns

bool

Success(string)

public ClientLockStatus Success(string ipAddress)

Parameters

ipAddress string

Returns

ClientLockStatus