Skip to content

Interface IPluginMessageSink

Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll

public interface IPluginMessageSink
void Send(string targetId, string message)

targetId string

message string

SendAsync(string, string, CancellationToken)

Section titled “ SendAsync(string, string, CancellationToken)”
ValueTask SendAsync(string targetId, string message, CancellationToken cancellationToken = default)

targetId string

message string

cancellationToken CancellationToken

ValueTask