IConnectionCompleteFeature 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.
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. |