Enqueue(MemoryMessageData)
public Task Enqueue(MemoryMessageData data) Enqueues an event data. If the current total count reaches the max limit. throws an exception.
Parameters
dataMemoryMessageData- The event data.
Returns
A
System.Threading.Tasks.Task representing the operation.