Table of Contents

Interface ITcpListenerService

Namespace
NLightning.Application.NLTG.Interfaces
Assembly
NLightning.Application.NLTG.dll
public interface ITcpListenerService

Methods

StartAsync(CancellationToken)

Task StartAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Returns

Task

StopAsync()

Task StopAsync()

Returns

Task