다음을 통해 공유


ChannelListenerBase<TChannel>.EndAcceptChannel(IAsyncResult) 메서드

정의

파생 클래스에서 구현되는 경우 채널을 수락하기 위한 비동기 작업을 완료합니다.

public:
 virtual TChannel EndAcceptChannel(IAsyncResult ^ result);
public TChannel EndAcceptChannel (IAsyncResult result);
abstract member EndAcceptChannel : IAsyncResult -> 'Channel
override this.EndAcceptChannel : IAsyncResult -> 'Channel
Public Function EndAcceptChannel (result As IAsyncResult) As TChannel

매개 변수

result
IAsyncResult

IAsyncResult 메서드를 호출하여 반환된 BeginAcceptChannel입니다.

반환

TChannel

수신기에서 받아들인 IChannel입니다.

구현

적용 대상