Share via


UdpAnySourceMulticastClient.EndSendToGroup(IAsyncResult) Méthode

Définition

Attention

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Termine l’opération d’envoi d’un paquet à un groupe de multidiffusion.

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 -> unit
Public Sub EndSendToGroup (result As IAsyncResult)

Paramètres

result
IAsyncResult

Résultat de l’opération d’envoi asynchrone.

Attributs

Exceptions

result est une référence Null (Nothing en Visual Basic).

Le groupe de multidiffusion n’a pas encore été joint.

Une erreur s’est produite pendant la tentative d’accès au socket.

Remarques

La EndSendToGroup méthode termine une opération asynchrone pour envoyer un paquet à un groupe de multidiffusion.

En cas de défaillance du socket lors de l’exécution de l’opération de réception, un SocketException est levée. L’erreur reçue est spécifiée en tant que membre de l’énumération SocketError .

S’applique à