Method OnDisconnectAsync
OnDisconnectAsync()
Handles the disconnection process of a data source.
Declaration
protected abstract Task OnDisconnectAsync()
Returns
Type | Description |
---|---|
Task | A task that represents the asynchronous disconnect operation. |
Remarks
Override this method to perform operations that stop the flow of data from an underlying data source.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.2 |
.NET 6.0 | 200.2 |
.NET 6.0 Windows | 200.2 |
.NET 6.0 Android | 200.2 |
.NET 6.0 iOS | 200.2 |
.NET Framework | 200.2 |
UWP | 200.2 |