UdpSingleSourceMulticastClient::EndJoinGroup Method (IAsyncResult^)
Completes the asynchronous join group operation to a multicast group.
Assembly: System.Net (in System.Net.dll)
public: [ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] void EndJoinGroup( IAsyncResult^ result )
Parameters
- result
-
Type:
System::IAsyncResult^
The result of the asynchronous join operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | result is a null reference (Nothing in Visual Basic). |
| ObjectDisposedException | The UdpSingleSourceMulticastClient 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 EndJoinGroup 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 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 SocketError enumeration.
Available since 4.5
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1