Interface ILogReceiverClient
Contract for client of ILogReceiver svc
Inherited Members
System.IDisposable.Dispose()
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
public interface ILogReceiverClient : ISkyServiceClient, IDisposable, ILogReceiver, ISkyService
Methods
Async_GetByID(Guid, String)
Declaration
CallSlot Async_GetByID(Guid id, string channel = null)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
System.String | channel |
Returns
Type | Description |
---|---|
CallSlot |
Async_List(String, DateTime, DateTime, Nullable<MessageType>, String, String, String, Nullable<Guid>, Int32)
Declaration
CallSlot Async_List(string archiveDimensionsFilter, DateTime startDate, DateTime endDate, MessageType? type = default(MessageType? ), string host = null, string channel = null, string topic = null, Guid? relatedTo = default(Guid? ), int skipCount = 0)
Parameters
Type | Name | Description |
---|---|---|
System.String | archiveDimensionsFilter | |
System.DateTime | startDate | |
System.DateTime | endDate | |
System.Nullable<MessageType> | type | |
System.String | host | |
System.String | channel | |
System.String | topic | |
System.Nullable<System.Guid> | relatedTo | |
System.Int32 | skipCount |
Returns
Type | Description |
---|---|
CallSlot |
Async_SendLog(Message)
Declaration
CallSlot Async_SendLog(Message data)
Parameters
Type | Name | Description |
---|---|---|
Message | data |
Returns
Type | Description |
---|---|
CallSlot |