Interface ITodoQueueClient
Contract for client of ITodoQueue svc
Inherited Members
System.IDisposable.Dispose()
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
public interface ITodoQueueClient : ISkyServiceClient, IDisposable, ITodoQueue, ISkyService
Methods
Async_Enqueue(TodoFrame[])
Declaration
CallSlot Async_Enqueue(TodoFrame[] todos)
Parameters
Type | Name | Description |
---|---|---|
TodoFrame[] | todos |
Returns
Type | Description |
---|---|
CallSlot |