CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > Member List

This is the complete list of members for Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >, including all inherited members.

DefaultReceiveCommand(ICommand< TAuthenticationToken > command, RouteManager routeManager, string framework)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
DefaultReceiveEvent(IEvent< TAuthenticationToken > @event, RouteManager routeManager, string framework)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
PrepareAndValidateCommand< TCommand >(TCommand command, string framework)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
PrepareAndValidateEvent< TEvent >(TEvent @event, string framework)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
PrepareCommand< TCommand >(TCommand command, string framework)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
PrepareEvent< TEvent >(TEvent @event, string framework)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
ReceiveCommand(string messageBody, Func< ICommand< TAuthenticationToken >, bool?> receiveCommandHandler, string messageId, Action skippedAction=null, Action lockRefreshAction=null)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
ReceiveEvent(string messageBody, Func< IEvent< TAuthenticationToken >, bool?> receiveCommandHandler, string messageId, Action skippedAction=null, Action lockRefreshAction=null)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
RefreshLock(CancellationTokenSource brokeredMessageRenewCancellationTokenSource, BrokeredMessage message, string type="message")Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >
RegisterHandler< TMessage >(ITelemetryHelper telemetryHelper, RouteManager routeManger, Action< TMessage > handler, Type targetedType, bool holdMessageLock=true)Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >