ConnectionDelegate 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可以处理连接的函数。
public delegate System::Threading::Tasks::Task ^ ConnectionDelegate(ConnectionContext ^ connection);
public delegate System.Threading.Tasks.Task ConnectionDelegate(ConnectionContext connection);
type ConnectionDelegate = delegate of ConnectionContext -> Task
Public Delegate Function ConnectionDelegate(connection As ConnectionContext) As Task
参数
- connection
- ConnectionContext
表示 ConnectionContext 连接的 。
返回值
表示 Task 连接生存期的 。 任务完成后,连接将关闭。