Method TerminateServiceAsync
TerminateServiceAsync()
Terminates a connected service. Intended for testing and debugging.
Declaration
Task<bool> TerminateServiceAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> | The returned task results in in case of error.
|