C# Класс EducationPathways.ServiceBus.StandardMetadataProvider

Extracts metadata about a payload so that it's placed in the message envelope.
Наследование: IMetadataProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetMetadata ( object payload ) : string>.IDictionary

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

Описание методов

GetMetadata() публичный Метод

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
Результат string>.IDictionary