C# Class EducationPathways.ServiceBus.StandardMetadataProvider

Extracts metadata about a payload so that it's placed in the message envelope.
Inheritance: IMetadataProvider
Afficher le fichier Open project: pebblecode/EducationPathways Class Usage Examples

Méthodes publiques

Méthode Description
GetMetadata ( object payload ) : string>.IDictionary

Gets metadata associated with the payload, which can be used by processors to filter and selectively subscribe to messages.

Method Details

GetMetadata() public méthode

Gets metadata associated with the payload, which can be used by processors to filter and selectively subscribe to messages.
public GetMetadata ( object payload ) : string>.IDictionary
payload object
Résultat string>.IDictionary