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 

매개 변수

connection
MultiplexedConnectionContext

MultiplexedConnectionContext 연결을 나타내는 입니다.

반환 값

Task 연결 수명을 나타내는 입니다. 작업이 완료되면 연결이 닫힙니다.

적용 대상