UdpAnySourceMulticastClient.EndJoinGroup(IAsyncResult) メソッド

定義

注意事項

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 列挙体のメンバーとして指定されます。

適用対象