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 Sendevorgang 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 NULL-Verweis (Nothing in Visual Basic).

Die Multicastgruppe wurde noch nicht zusammengeführt.

Fehler beim Versuch, auf den Socket zuzugreifen.

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 ausgelöst. Der empfangene Fehler wird als Member der SocketError Enumeration angegeben.

Gilt für: