IConnectionLifetimeNotificationFeature Interface
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.
Enables graceful termination of the connection.
public interface class IConnectionLifetimeNotificationFeature
public interface IConnectionLifetimeNotificationFeature
type IConnectionLifetimeNotificationFeature = interface
Public Interface IConnectionLifetimeNotificationFeature
Properties
ConnectionClosedRequested |
Gets or set an CancellationToken that will be triggered when closing the connection has been requested. |
Methods
RequestClose() |
Requests the connection to be closed. |