UdpAnySourceMulticastClient.EndSendToGroup(IAsyncResult) Methode

Definition

Achtung

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

Schließt den Vorgang des Sendens eines Pakets an eine Multicastgruppe ab.

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)

Parameter

result
IAsyncResult

Das Ergebnis des asynchronen Sendevorgangs.

Attribute

Ausnahmen

result ist ein Nullverweis (Nichts in Visual Basic).

Der Multicast-Gruppe wurde noch nicht beigetreten.

Beim Versuch, auf den Socket zuzugreifen, ist ein Fehler aufgetreten.

Hinweise

Die EndSendToGroup Methode schließt einen asynchronen Vorgang ab, um ein Paket an eine Multicastgruppe zu senden.

Wenn beim Ausführen des Empfangsvorgangs ein Socketfehler auftritt, wird ein SocketException Fehler ausgelöst. Der empfangene Fehler wird als Element der SocketError Enumeration angegeben.

Gilt für: