Table of Contents

Interface IPluginMessageSink

Namespace
DotBoxD.Abstractions
Assembly
DotBoxD.Abstractions.dll
public interface IPluginMessageSink

Methods

Send(string, string)

void Send(string targetId, string message)

Parameters

targetId string
message string

SendAsync(string, string, CancellationToken)

ValueTask SendAsync(string targetId, string message, CancellationToken cancellationToken = default)

Parameters

targetId string
message string
cancellationToken CancellationToken

Returns

ValueTask