Interface IGrpcCommunicator
- Namespace
- IdeaStatiCa.Plugin.Grpc
- Assembly
- IdeaStatiCa.Plugin.dll
public interface IGrpcCommunicator
Properties
Host
The host
string Host { get; }
Property Value
Port
Port on which the communicator will communicate.
int Port { get; }
Property Value
Methods
StartAsync(string, int)
Starts gRPC communication
Task StartAsync(string clientId, int port)
Parameters
Returns
StopAsync()
Stopos gRPC communication
Task StopAsync()