次の方法で共有


IChannelReceiver.StopListening メソッド

現在のチャネルに対して、要求の待機を停止するように指示します。

Sub StopListening( _
   ByVal data As Object _)
[C#]
void StopListening(
   objectdata);
[C++]
void StopListening(
   Object* data);
[JScript]
function StopListening(
   data : Object);

パラメータ

  • data
    チャネルのオプションの状態情報。

例外

例外の種類 条件
SecurityException 直前の呼び出し元に、インフラストラクチャ アクセス許可がありません。

解説

データ オブジェクトは、特定の状態をチャネルに渡すために使用できます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

IChannelReceiver インターフェイス | IChannelReceiver メンバ | System.Runtime.Remoting.Channels 名前空間