C# 클래스 MassTransit.Context.SendEndpointConverterCache

Caches the converters that allow a raw object to be published using the object's type through the generic Send method.
파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
Send ( ISendEndpoint endpoint, object message, Type messageType, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Send ( ISendEndpoint endpoint, object message, Type messageType, IPipe pipe, CancellationToken cancellationToken = default(CancellationToken) ) : Task

비공개 메소드들

메소드 설명
CreateConverter ( Type type ) : ISendEndpointConverter
CreateTypeConverter ( Type type ) : Lazy
this ( Type type ) : ISendEndpointConverter

메소드 상세

Send() 공개 정적인 메소드

public static Send ( ISendEndpoint endpoint, object message, Type messageType, CancellationToken cancellationToken = default(CancellationToken) ) : Task
endpoint ISendEndpoint
message object
messageType System.Type
cancellationToken System.Threading.CancellationToken
리턴 Task

Send() 공개 정적인 메소드

public static Send ( ISendEndpoint endpoint, object message, Type messageType, IPipe pipe, CancellationToken cancellationToken = default(CancellationToken) ) : Task
endpoint ISendEndpoint
message object
messageType System.Type
pipe IPipe
cancellationToken System.Threading.CancellationToken
리턴 Task