UdpSingleSourceMulticastClient.EndSendToSource(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 unicast a una singola origine.

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)

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 UdpSingleSourceMulticastClient è stata eliminata.

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

Commenti

Il EndSendToSource metodo completa un'operazione asincrona per inviare un pacchetto a un'origine singola specificata in precedenza.

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