Interface INamedPipeIpcService
- Namespace
- NLightning.Domain.Client.Interfaces
- Assembly
- NLightning.Domain.dll
Interface for the named pipe ipc service
public interface INamedPipeIpcService
Methods
StartAsync(CancellationToken)
Starts the ipc server asynchronously.
Task StartAsync(CancellationToken cancellationToken)
Parameters
cancellationTokenCancellationTokenThe cancellation token to monitor for cancellation requests.
Returns
- Task
A task that represents the asynchronous operation.
StopAsync()
Stops the ipc server asynchronously.
Task StopAsync()
Returns
- Task
A task that represents the asynchronous operation.