UdpSingleSourceMulticastClient.EndSendToSource(IAsyncResult) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
単一のソースにユニキャスト パケットを送信する操作を完了します。
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 、前に指定した 1 つのソースにパケットを送信する非同期操作を完了します。
受信操作の実行中にソケットエラーが発生した場合は、 SocketException がスローされます。 受け取ったエラーは、 列挙体の SocketError メンバーとして指定されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET