IConnectionCompleteFeature 接口

定义

表示连接的完成操作。

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

方法

OnCompleted(Func<Object,Task>, Object)

注册在连接完全完成处理后要调用的回调。 这适用于资源清理。

适用于