UdpAnySourceMulticastClient.EndSendTo(IAsyncResult) 메서드

정의

주의

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

유니캐스트 패킷을 지정된 대상으로 보내는 작업을 완료합니다.

public:
 void EndSendTo(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 EndSendTo(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.EndSendTo : IAsyncResult -> unit
Public Sub EndSendTo (result As IAsyncResult)

매개 변수

result
IAsyncResult

비동기 보내기 작업의 결과입니다.

특성

예외

result null 참조(Visual Basic 없음)입니다.

멀티캐스트 그룹이 아직 조인되지 않았습니다.

소켓에 액세스하려고 할 때 오류가 발생했습니다.

설명

메서드는 EndSendTo 지정된 대상 주소로 패킷을 보내는 비동기 작업을 완료합니다.

수신 작업을 수행하는 동안 소켓 오류가 발생하면 throw SocketException 됩니다. 수신된 오류는 열거형의 SocketError 멤버로 지정됩니다.

적용 대상