Condividi tramite


UdpAnySourceMulticastClient.EndSendToGroup(IAsyncResult) Metodo

Definizione

Attenzione

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

Completa l'operazione di invio di un pacchetto a un gruppo multicast.

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)

Parametri

result
IAsyncResult

Risultato dell'operazione di invio asincrona.

Attributi

Eccezioni

result è un riferimento null (Nothing in Visual Basic).

Il gruppo multicast non è ancora stato unito.

L'interfaccia UdpAnySourceMulticastClient è stata eliminata.

Si è verificato un errore durante il tentativo di accesso al socket.

Commenti

Il EndSendToGroup metodo completa un'operazione asincrona per inviare un pacchetto a un gruppo multicast.

Se si verifica un errore socket durante l'esecuzione dell'operazione di ricezione, viene generato un SocketException oggetto . L'errore ricevuto viene specificato come membro dell'enumerazione SocketError .

Si applica a