Interface ILockerClient
Contract for client of ILocker svc
Inherited Members
System.IDisposable.Dispose()
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
public interface ILockerClient : ISkyServiceClient, IDisposable, ILocker, ISkyService
Methods
Async_EndLockSession(LockSessionID)
Declaration
CallSlot Async_EndLockSession(LockSessionID sessionID)
Parameters
Type | Name | Description |
---|---|---|
LockSessionID | sessionID |
Returns
Type | Description |
---|---|
CallSlot |
Async_ExecuteLockTransaction(LockSessionData, LockTransaction)
Declaration
CallSlot Async_ExecuteLockTransaction(LockSessionData session, LockTransaction transaction)
Parameters
Type | Name | Description |
---|---|---|
LockSessionData | session | |
LockTransaction | transaction |
Returns
Type | Description |
---|---|
CallSlot |