UdpAnySourceMulticastClient.EndJoinGroup(IAsyncResult) 方法

定義

警告

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

完成對多點傳送群組的非同步加入群組作業。

C#
[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);

參數

result
IAsyncResult

非同步加入作業的結果。

屬性

例外狀況

result 是 null 參考 (在 Visual Basic 中為 Nothing)。

嘗試存取通訊端時發生錯誤。

備註

方法 EndJoinGroup 會完成異步系結至套接字,並將作業聯結至多播群組。

如果運行時間需要, EndJoinGroup 此方法也會執行原則檢查,以確認用戶端是否允許存取多播群組。 如果不允許用戶端存取, SocketException 則會使用 AccessDenied擲回 。

如果執行聯結群組作業時發生套接字失敗, SocketException 則會擲回 。 收到的錯誤會指定為 列舉的成員 SocketError

適用於

產品 版本 (已過時)
.NET Framework (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)