UdpSingleSourceMulticastClient.EndSendToSource(IAsyncResult) メソッド

定義

注意事項

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

ユニキャスト パケットを 1 つのソースに送信する操作を完了します。

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)

パラメーター

result
IAsyncResult

非同期送信操作の結果。

属性

例外

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

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

ソケットにアクセスしようとしたときにエラーが発生しました。

注釈

EndSendToSource メソッドは、以前に指定した単一のソースにパケットを送信する非同期操作を完了します。

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

適用対象