UdpAnySourceMulticastClient.EndSendToGroup(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
UdpAnySourceMulticastClient a été supprimé.
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 .