UdpAnySourceMulticastClient.EndJoinGroup(IAsyncResult) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
マルチキャスト グループに対する非同期のグループ参加操作を完了します。
public:
void EndJoinGroup(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 EndJoinGroup (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.EndJoinGroup : IAsyncResult -> unit
Public Sub EndJoinGroup (result As IAsyncResult)
パラメーター
- result
- IAsyncResult
非同期の参加操作の結果。
- 属性
例外
result
が null 参照 (Visual Basic では Nothing) です。
ソケットへのアクセスを試行しているときにエラーが発生しました。
注釈
メソッドは EndJoinGroup 、ソケットへの非同期バインドを完了し、マルチキャスト グループへの結合操作を行います。
ランタイムで必要な場合、EndJoinGroupメソッドはポリシー チェックも実行して、クライアントがマルチキャスト グループへのアクセスを許可されていることを確認します。 クライアントにアクセスが許可されていない場合は、 SocketException が で AccessDeniedスローされます。
結合グループ操作の実行中にソケットエラーが発生した場合は、 SocketException がスローされます。 受信したエラーは、列挙体の SocketError メンバーとして指定されます。
適用対象
.NET