Interface IPluginMessageSink
Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll
public interface IPluginMessageSinkMethods
Section titled “Methods”Send(string, string)
Section titled “ Send(string, string)”void Send(string targetId, string message)Parameters
Section titled “Parameters”targetId string
message string
SendAsync(string, string, CancellationToken)
Section titled “ SendAsync(string, string, CancellationToken)”ValueTask SendAsync(string targetId, string message, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”targetId string
message string
cancellationToken CancellationToken