Class NOPMessenger
Implements NOP Mailer that does nothing
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Web.Messaging
Assembly: Azos.Web.dll
Syntax
public sealed class NOPMessenger : Daemon, IDisposable, ILocalizedTimeProvider, IMessengerImplementation, IMessenger, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable
Constructors
NOPMessenger(IApplicationComponent)
Declaration
public NOPMessenger(IApplicationComponent dir)
Parameters
Type | Name | Description |
---|---|---|
IApplicationComponent | dir |
NOPMessenger(IApplication)
Declaration
public NOPMessenger(IApplication app)
Parameters
Type | Name | Description |
---|---|---|
IApplication | app |
Properties
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
SendMsg(Message)
Declaration
public void SendMsg(Message msg)
Parameters
Type | Name | Description |
---|---|---|
Message | msg |
Implements
System.IDisposable