|
ICustomerLoggerService Interface |
Defines operations for writing to the customer log for a given customer/title.
Namespace: Infosoft.Common.Contracts.ServiceContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public interface ICustomerLoggerService
No code example is currently available or this language may not be supported.
The ICustomerLoggerService type exposes the following members.
Methods | Name | Description |
---|
| LogForCustomer |
Creates a log message for a given customer/title. If a title is given, the customer must have a subscription on the given title.
|
TopSee Also