次の方法で共有


TcpServerChannel.StopListening メソッド

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

Public Overridable Sub StopListening( _
   ByVal data As Object _) Implements IChannelReceiver.StopListening
[C#]
public virtual void StopListening(objectdata);
[C++]
public: virtual void StopListening(Object* data);
[JScript]
public function StopListening(
   data : Object);

パラメータ

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

実装

IChannelReceiver.StopListening

解説

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

必要条件

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

.NET Framework セキュリティ:

参照

TcpServerChannel クラス | TcpServerChannel メンバ | System.Runtime.Remoting.Channels.Tcp 名前空間