C# Class AllReady.Services.QueueStorageService

Inheritance: IQueueStorageService
Show file Open project: HTBox/allReady

Public Methods

Method Description
QueueStorageService ( IOptions options ) : System.Threading.Tasks
SendMessageAsync ( string queueName, string message ) : System.Threading.Tasks.Task

Method Details

QueueStorageService() public method

public QueueStorageService ( IOptions options ) : System.Threading.Tasks
options IOptions
return System.Threading.Tasks

SendMessageAsync() public method

public SendMessageAsync ( string queueName, string message ) : System.Threading.Tasks.Task
queueName string
message string
return System.Threading.Tasks.Task