UdpAnySourceMulticastClient.EndSendToGroup(IAsyncResult) メソッド

定義

注意事項

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

マルチキャスト グループにパケットを送信する操作を完了します。

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)

パラメーター

result
IAsyncResult

非同期の送信操作の結果。

属性

例外

result が null 参照 (Visual Basic では Nothing) です。

マルチキャスト グループにまだ参加していません。

UdpAnySourceMulticastClient は破棄されています。

ソケットへのアクセスを試行しているときにエラーが発生しました。

注釈

メソッドは EndSendToGroup 、マルチキャスト グループにパケットを送信する非同期操作を完了します。

受信操作の実行中にソケットエラーが発生した場合は、 SocketException がスローされます。 受信したエラーは、列挙体の SocketError メンバーとして指定されます。

適用対象