UdpAnySourceMulticastClient.EndJoinGroup Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Completes the asynchronous join group operation to a multicast group.
Namespace: System.Net.Sockets
Assembly: System.Net (in System.Net.dll)
Syntax
'Declaration
<SecuritySafeCriticalAttribute> _
Public Sub EndJoinGroup ( _
result As IAsyncResult _
)
[SecuritySafeCriticalAttribute]
public void EndJoinGroup(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The result of the asynchronous join operation.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | result is nulla null reference (Nothing in Visual Basic). |
ObjectDisposedException | The UdpAnySourceMulticastClient has been disposed. |
SocketException | An error occurred when attempting to access the socket. See the Remarks section for more information. |
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.