Skip to content

SHTCGClient.ClientService.DisposeAsync()

github-actions[bot] edited this page Mar 9, 2026 · 1 revision

ClientService.DisposeAsync() Method

Async disposal. Put the ClientService in an "await using" block for this to automatically clean up.

public System.Threading.Tasks.ValueTask DisposeAsync();

Implements DisposeAsync()

Returns

System.Threading.Tasks.ValueTask

Clone this wiki locally