Click or drag to resize
MessageService Constructor
Initializes a new instance of the MessageService class.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public MessageService(
	IEventLogService eventLogService
)

Parameters

eventLogService
Type: CMS.CoreIEventLogService
The event log service.
See Also