UdpSingleSourceMulticastClient.EndSendToSource(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 monodiffusion à une seule source.

public:
 void EndSendToSource(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 EndSendToSource(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.EndSendToSource : IAsyncResult -> unit
Public Sub EndSendToSource (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 in Visual Basic).

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

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

Remarques

La EndSendToSource méthode effectue une opération asynchrone pour envoyer un paquet à une seule source précédemment spécifiée.

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

S’applique à