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)
System.Object.ToString()
Namespace: NFX.Web.Messaging
Assembly: NFX.Web.dll
Syntax
public sealed class NOPMessenger : Service, ILocalizedTimeProvider, IMessengerImplementation, IMessenger, IApplicationComponent, IDisposable, IService, IConfigurable, IApplicationFinishNotifiable, INamed
Constructors
NOPMessenger()
Declaration
public NOPMessenger()
Methods
SendMsg(Message)
Declaration
public void SendMsg(Message msg)
Parameters
Type | Name | Description |
---|---|---|
Message | msg |
Explicit Interface Implementations
IApplicationFinishNotifiable.ApplicationFinishAfterCleanup(IApplication)
Declaration
void IApplicationFinishNotifiable.ApplicationFinishAfterCleanup(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
IApplicationFinishNotifiable.ApplicationFinishBeforeCleanup(IApplication)
Declaration
void IApplicationFinishNotifiable.ApplicationFinishBeforeCleanup(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
Implements
System.IDisposable