LANCommander/LANCommander.SDK/Rpc/Interfaces/Client/Log.cs

9 lines
No EOL
189 B
C#

using System;
using System.Threading.Tasks;
namespace LANCommander.SDK.Rpc.Client;
public partial interface IRpcClient
{
Task Log_ConsoleOutputAsync(Guid sessionId, string content);
}