Class MessageMatchServiceExtensions
A message match service extensions.
Inheritance
System.Object
    MessageMatchServiceExtensions
  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: Kephas.Messaging
Assembly: Kephas.Messaging.dll
Syntax
public static class MessageMatchServiceExtensionsMethods
| Improve this Doc View SourceIsMatch(IMessageMatchService, IMessageMatch, IMessage)
Checks whether the message matches the provided criteria.
Declaration
public static bool IsMatch(this IMessageMatchService messageMatchService, IMessageMatch messageMatch, IMessage message)Parameters
| Type | Name | Description | 
|---|---|---|
| IMessageMatchService | messageMatchService | The message match service to act on. | 
| IMessageMatch | messageMatch | Provides the matching criteria. | 
| IMessage | message | The message to check. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | True if the message matches the criteria, false if not. |