UdpAnySourceMulticastClient.EndJoinGroup Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Completes the asynchronous join group operation to a multicast group.
Assembly: System.Net (in System.Net.dll)
Parameters
- result
- Type: System.IAsyncResult
The result of the asynchronous join operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | result is null. |
| ObjectDisposedException | The UdpAnySourceMulticastClient has been disposed. |
| SocketException | An error occurred when attempting to access the socket. See the Remarks section for more information. |
The EndJoinGroup method completes an asynchronous bind to a socket and join operation to a multicast group.
If required by the runtime, the BeginJoinGroup method also performs a policy check to verify that the client is allowed to access the multicast group. If the client is not allowed access, a SocketException is thrown with SocketError.AccessDenied.
If there is a socket failure while performing the join group operation, a SocketException is thrown. The error received is specified as a member of the System.Net.Sockets.SocketError enumeration.