Interface IMessengerBase
A base implementation for message senders and listeners common functionality
Namespace: LemonEdge.API.Messages
Assembly: API.dll
Syntax
public interface IMessengerBase
Methods
CloseAsync()
Closes the message listener or sender and their connection to the message service
Declaration
Task CloseAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A task indicating the completion of the operation |