UdpAnySourceMulticastClient.EndSendTo(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 中為 Nothing)。
尚未聯結多點傳送群組。
嘗試存取通訊端時發生錯誤。
備註
方法 EndSendTo 會完成異步操作,以將封包傳送至指定的目的地位址。
如果執行接收作業時發生套接字失敗, SocketException 則會擲回 。 收到的錯誤會指定為 列舉的成員 SocketError 。