次の方法で共有


NewLineDelimitedMessageHandler.Write メソッド

定義

パイプにメッセージを書き込みます。

protected override void Write (StreamJsonRpc.Protocol.JsonRpcMessage content, System.Threading.CancellationToken cancellationToken);
override this.Write : StreamJsonRpc.Protocol.JsonRpcMessage * System.Threading.CancellationToken -> unit
Protected Overrides Sub Write (content As JsonRpcMessage, cancellationToken As CancellationToken)

パラメーター

content
JsonRpcMessage

書き込むメッセージ。

cancellationToken
CancellationToken

送信を取り消すトークン。

適用対象