Skip to content

ServiceEndpoint.DisposeAsync method (1 of 2)

public ValueTask DisposeAsync()

See Also


ServiceEndpoint.DisposeAsync method (2 of 2)

Releases all resources currently used by this Controller instance.

protected virtual ValueTask DisposeAsync(bool disposing)
parameter description
disposing true if this method is being invoked by the DisposeAsync method, otherwise false.

See Also