HttpConnectionFactory.DisposeAsync(ConnectionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disposes the specified ConnectionContext.
public:
virtual System::Threading::Tasks::Task ^ DisposeAsync(Microsoft::AspNetCore::Connections::ConnectionContext ^ connection);
public System.Threading.Tasks.Task DisposeAsync (Microsoft.AspNetCore.Connections.ConnectionContext connection);
abstract member DisposeAsync : Microsoft.AspNetCore.Connections.ConnectionContext -> System.Threading.Tasks.Task
override this.DisposeAsync : Microsoft.AspNetCore.Connections.ConnectionContext -> System.Threading.Tasks.Task
Public Function DisposeAsync (connection As ConnectionContext) As Task
Parameters
- connection
- ConnectionContext
The connection to dispose.
Returns
A Task that represents the asynchronous dispose.