C# Class Lemon.Core.MemoryMessageQueueProvider

Inheritance: IMessageQueueProvider
Mostrar archivo Open project: dream-365/lemon

Public Methods

Method Description
Get ( string name, bool createIfNotExists ) : IMessageQueue

Method Details

Get() public method

public Get ( string name, bool createIfNotExists ) : IMessageQueue
name string
createIfNotExists bool
return IMessageQueue