UdpAnySourceMulticastClient.EndSendToGroup(IAsyncResult) 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
完成将数据包发送到多播组的操作。
public:
 void EndSendToGroup(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 EndSendToGroup(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.EndSendToGroup : IAsyncResult -> unitPublic Sub EndSendToGroup (result As IAsyncResult)参数
- result
- IAsyncResult
异步发送操作的结果。
- 属性
例外
              result 为 null 引用(在 Visual Basic 中为 Nothing)。
尚未联接多播组。
尝试访问套接字时出错。
注解
方法 EndSendToGroup 完成异步操作以将数据包发送到多播组。
如果在执行接收操作时出现套接字故障, SocketException 则会引发 。 收到的错误指定为 枚举的成员 SocketError 。