UdpSingleSourceMulticastClient.EndJoinGroup(IAsyncResult) 메서드

정의

주의

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

멀티캐스트 그룹에 대한 비동기 조인 그룹 작업을 완료합니다.

public:
 void EndJoinGroup(IAsyncResult ^ result);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public void EndJoinGroup (IAsyncResult result);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.EndJoinGroup : IAsyncResult -> unit
Public Sub EndJoinGroup (result As IAsyncResult)

매개 변수

result
IAsyncResult

비동기 조인 작업의 결과입니다.

특성

예외

result가 null 참조(Visual Basic의 경우 Nothing)인 경우

소켓에 액세스하는 동안 오류가 발생했습니다.

설명

EndJoinGroup 메서드는 비동기 바인딩할 멀티 캐스트 그룹에 소켓 및 조인 작업을 완료 합니다.

런타임에 필요한 경우 메서드는 EndJoinGroup 클라이언트가 멀티캐스트 그룹에 액세스할 수 있는지 확인하는 정책 검사도 수행합니다. 클라이언트 액세스를 허용 되지 않는 경우는 SocketException 이 throw AccessDenied합니다.

조인 그룹 작업을 수행 하는 동안 소켓 오류가 발생 하는 경우는 SocketException throw 됩니다. 구성원으로 지정 된 오류가 SocketError 열거형입니다.

적용 대상