IConnectionCompleteFeature Interface

Definition

Represents the completion action for a connection.

public interface class IConnectionCompleteFeature
public interface IConnectionCompleteFeature
type IConnectionCompleteFeature = interface
Public Interface IConnectionCompleteFeature

Methods

OnCompleted(Func<Object,Task>, Object)

Registers a callback to be invoked after a connection has fully completed processing. This is intended for resource cleanup.

Applies to