Skip to main content

BackgroundMqWorker

Assembly: ServiceStack.dll
View Source
Declaration
public class BackgroundMqWorker : IMqWorker, IDisposable

Properties

QueueName

View Source
Declaration
public string QueueName { get; }

Methods

GetStats()

View Source
Declaration
public IMessageHandlerStats GetStats()
Returns

ServiceStack.Messaging.IMessageHandlerStats

Stop()

View Source
Declaration
public void Stop()

Dispose()

View Source
Declaration
public void Dispose()

Implements