ServiceEndpoint.DisposeAsync method (1 of 2)
public ValueTask DisposeAsync()
See Also
- class ServiceEndpoint
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
- class ServiceEndpoint