Property | Type | Description | |
---|---|---|---|
_cancellationTokenSource | |||
_disposed | bool |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
ListenerBase ( ) : System | ||
StartAsync ( |
||
StopAsync ( |
Method | Description | |
---|---|---|
OnDisposing ( ) : void | ||
OnStarting ( ) : void | ||
OnStopping ( ) : void | ||
StartAsyncCore ( |
||
StopAsyncCore ( |
||
ThrowIfDisposed ( ) : void |
Method | Description | |
---|---|---|
Dispose ( ) : void |
public StartAsync ( |
||
cancellationToken | ||
return | Task |
protected abstract StartAsyncCore ( |
||
cancellationToken | ||
return | Task |
public StopAsync ( |
||
cancellationToken | ||
return | Task |
protected abstract StopAsyncCore ( |
||
cancellationToken | ||
return | Task |
protected CancellationTokenSource,System.Threading _cancellationTokenSource | ||
return |