Class DistributedEventBusRealTimeChatMessageSender
Inheritance
System.Object
DistributedEventBusRealTimeChatMessageSender
Implements
ITransientDependency
Assembly: Volo.Chat.Application.dll
Syntax
public class DistributedEventBusRealTimeChatMessageSender : object, IRealTimeChatMessageSender, ITransientDependency
Constructors
DistributedEventBusRealTimeChatMessageSender(IDistributedEventBus)
Declaration
public DistributedEventBusRealTimeChatMessageSender(IDistributedEventBus distributedEventBus)
Parameters
| Type |
Name |
Description |
| IDistributedEventBus |
distributedEventBus |
|
Properties
DistributedEventBus
Declaration
protected IDistributedEventBus DistributedEventBus { get; }
Property Value
| Type |
Description |
| IDistributedEventBus |
|
Methods
SendAsync(Guid, ChatMessageRdto)
Declaration
public Task SendAsync(Guid targetUserId, ChatMessageRdto message)
Parameters
Returns
Implements
ITransientDependency