C# 클래스 MassTransit.AzureServiceBusTransport.Contexts.QueueClientContext

상속: ClientContext
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
OnMessageAsync ( Task>.Func callback, OnMessageOptions options ) : void
QueueClientContext ( QueueClient client, Uri inputAddress ) : System
RegisterSessionHandlerFactoryAsync ( IMessageSessionAsyncHandlerFactory factory, SessionHandlerOptions options ) : System.Threading.Tasks.Task

메소드 상세

OnMessageAsync() 공개 메소드

public OnMessageAsync ( Task>.Func callback, OnMessageOptions options ) : void
callback Task>.Func
options OnMessageOptions
리턴 void

QueueClientContext() 공개 메소드

public QueueClientContext ( QueueClient client, Uri inputAddress ) : System
client QueueClient
inputAddress System.Uri
리턴 System

RegisterSessionHandlerFactoryAsync() 공개 메소드

public RegisterSessionHandlerFactoryAsync ( IMessageSessionAsyncHandlerFactory factory, SessionHandlerOptions options ) : System.Threading.Tasks.Task
factory IMessageSessionAsyncHandlerFactory
options SessionHandlerOptions
리턴 System.Threading.Tasks.Task