C# Class MassTransit.AzureServiceBusTransport.Contexts.QueueClientContext

Inheritance: ClientContext
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
OnMessageAsync ( Task>.Func callback, OnMessageOptions options ) : void
QueueClientContext ( QueueClient client, Uri inputAddress ) : System
RegisterSessionHandlerFactoryAsync ( IMessageSessionAsyncHandlerFactory factory, SessionHandlerOptions options ) : System.Threading.Tasks.Task

Method Details

OnMessageAsync() public méthode

public OnMessageAsync ( Task>.Func callback, OnMessageOptions options ) : void
callback Task>.Func
options OnMessageOptions
Résultat void

QueueClientContext() public méthode

public QueueClientContext ( QueueClient client, Uri inputAddress ) : System
client QueueClient
inputAddress System.Uri
Résultat System

RegisterSessionHandlerFactoryAsync() public méthode

public RegisterSessionHandlerFactoryAsync ( IMessageSessionAsyncHandlerFactory factory, SessionHandlerOptions options ) : System.Threading.Tasks.Task
factory IMessageSessionAsyncHandlerFactory
options SessionHandlerOptions
Résultat System.Threading.Tasks.Task