IMessageService

Allows the implementation of messaging services.

Namespace:
Inetdev.Messaging
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

SendAsync

Send the message

Signature:
public Task SendAsync(message)
Parameters
Name Type Summary
message Message The message to be send.

In this document