UdpAnySourceMulticastClient.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 则会使用 AccessDenied引发 。

如果在执行联接组操作时出现套接字失败, SocketException 则会引发 。 收到的错误指定为 枚举的成员 SocketError

适用于