Show / Hide Table of Contents

Class QueuesExtentions

Inheritance
System.Object
QueuesExtentions
Namespace:InfinniPlatform.MessageQueue
Assembly:InfinniPlatform.MessageQueue.Abstractions.dll
Syntax
public static class QueuesExtentions : object

Methods

| Improve this Doc View Source

RegisterConsumers(IContainerBuilder, Assembly)

Регистрирует всех потребителей сообщений текущей сборки.

Declaration
public static void RegisterConsumers(this IContainerBuilder builder, Assembly assembly)
Parameters
Type Name Description
IContainerBuilder builder
Assembly assembly
Remarks

Сервисы будут зарегистрированы со стратегией SingleInstance().

Examples
RegisterConsumers(GetType().Assembly)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.