C# Class EducationPathways.ServiceBus.StandardMetadataProvider

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

Public Methods

Method 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 method

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
return string>.IDictionary