Click or drag to resize

IDomainSystemHost Interface

Provides various host-specific functionality to the domain system.

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface IDomainSystemHost

The IDomainSystemHost type exposes the following members.

Methods
  NameDescription
Public methodLogPerformanceMeasurement
Log a performance measurement to the host.
Public methodSendMail
Sends the mail message using a host specific SMTP server. The From e-mail address may be overridden by the host.
Public methodSendNotification
Issues a notification with the specified message.
Top
Extension Methods
  NameDescription
Public Extension MethodSendMail
Sends a mail message using a host specific SMTP server.
(Defined by DomainSystemHostExtensions.)
Public Extension MethodStartPerformanceMeasurement
Starts new performance measurement.
(Defined by DomainSystemHostExtensions.)
Top
See Also