Method Start
- Namespace
- Innova.Prism.Library.ClassDefinitions
- Assembly
- Innova.Prism.Library.dll
Start(CancellationToken)
Starts the named pipe server and waits for a connection.
public Task Start(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenThe cancellation token to cancel the operation.
Returns
- Task
A task representing the asynchronous operation.