Click or drag to resize

DummyHost Class

Used as default host, when a real host is not provided.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.CoreDummyHost

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

The DummyHost type exposes the following members.

Constructors
  NameDescription
Public methodDummyHost
Initializes a new instance of the DummyHost class
Top
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