Show / Hide Table of Contents

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 MessageMatchServiceExtensions

Methods

| Improve this Doc View Source

IsMatch(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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX