Search Results for

    Show / Hide Table of Contents

    Class UnityContainerServerExtensions

    Extensions for a client server unity container

    Inheritance
    System.Object
    UnityContainerServerExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.MessageBroker.RabbitMQ
    Assembly: Simplic.MessageBroker.RabbitMQ.dll
    Syntax
    public static class UnityContainerServerExtensions

    Methods

    | Improve this Doc View Source

    GetLoadableTypes(Assembly)

    Get only loadable types

    Declaration
    public static IEnumerable<Type> GetLoadableTypes(this Assembly assembly)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Type>
    | Improve this Doc View Source

    InitializeMassTransitForServer(IUnityContainer, IConfigurationService, IConnectionConfigurationService, ISessionService)

    Initializes MassTransit for a server

    Declaration
    public static IUnityContainer InitializeMassTransitForServer(this IUnityContainer container, IConfigurationService configurationService, IConnectionConfigurationService connectionConfigurationService, ISessionService sessionService)
    Parameters
    Type Name Description
    IUnityContainer container
    IConfigurationService configurationService
    IConnectionConfigurationService connectionConfigurationService
    ISessionService sessionService
    Returns
    Type Description
    IUnityContainer
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx