MultiplexedConnectionDelegate 代理人

定義

可處理連接的函式。

public delegate System.Threading.Tasks.Task MultiplexedConnectionDelegate(MultiplexedConnectionContext connection);
type MultiplexedConnectionDelegate = delegate of MultiplexedConnectionContext -> Task
Public Delegate Function MultiplexedConnectionDelegate(connection As MultiplexedConnectionContext) As Task 

參數

傳回值

Task 表示連接存留期。 工作完成時,將會關閉連線。

適用於