C# 클래스 EducationPathways.ServiceBus.StandardMetadataProvider

Extracts metadata about a payload so that it's placed in the message envelope.
상속: IMetadataProvider
파일 보기 프로젝트 열기: pebblecode/EducationPathways 1 사용 예제들

공개 메소드들

메소드 설명
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