Machine.Mta.StaticSubscriptionStorage.StaticSubscriptionStorage C# (CSharp) Method

StaticSubscriptionStorage() public method

public StaticSubscriptionStorage ( IMessageRouting routing, IMessageMapper mapper ) : System
routing IMessageRouting
mapper IMessageMapper
return System
    public StaticSubscriptionStorage(IMessageRouting routing, IMessageMapper mapper)
    {
      _routing = routing;
      _mapper = mapper;
    }