ConnectionDelegate 대리자

정의

연결을 처리할 수 있는 함수입니다.

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 연결 수명을 나타내는 입니다. 작업이 완료되면 연결이 닫힙니다.

적용 대상