ChannelServices.UnregisterChannel メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ChannelServices.UnregisterChannel メソッドの意味・解説 

ChannelServices.UnregisterChannel メソッド

登録されチャネル リストから特定のチャネルの登録を解除します

名前空間: System.Runtime.Remoting.Channels
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Shared Sub UnregisterChannel
 ( _
    chnl As IChannel _
)
Dim chnl As IChannel

ChannelServices.UnregisterChannel(chnl)
public static void UnregisterChannel
 (
    IChannel chnl
)
public:
static void UnregisterChannel (
    IChannel^ chnl
)
public static void UnregisterChannel
 (
    IChannel chnl
)
public static function UnregisterChannel
 (
    chnl : IChannel
)

パラメータ

chnl

登録を解除するチャネル

例外例外
例外種類条件

ArgumentNullException

chnl パラメータnull 参照 (Visual Basic では Nothing) です。

RemotingException

チャネル登録されていません。

SecurityException

コールスタックの上位にある 1 つ上の呼び出し元にリモート処理の型とチャネル構成するためのアクセス許可がありません。

使用例使用例
System.Console.WriteLine("Hit <enter> to unregister the
 channels...")
System.Console.ReadLine()
' Unregister the 'HttpChannel' and 'TcpChannel' channels.
ChannelServices.UnregisterChannel(myTcpChannel)
ChannelServices.UnregisterChannel(myHttpChannel)
Console.WriteLine("Unregistered the channels.")
System.Console.WriteLine("Hit <enter> to unregister the channels...");
System.Console.ReadLine();
// Unregister the 'HttpChannel' and 'TcpChannel' channels.
ChannelServices.UnregisterChannel(myTcpChannel);
ChannelServices.UnregisterChannel(myHttpChannel);
Console.WriteLine("Unregistered the channels.");
System::Console::WriteLine( "Hit <enter> to unregister the channels..."
 );
System::Console::ReadLine();

// Unregister the 'HttpChannel' and 'TcpChannel' channels.
ChannelServices::UnregisterChannel( myTcpChannel );
ChannelServices::UnregisterChannel( myHttpChannel );
Console::WriteLine( "Unregistered the channels." );

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ChannelServices クラス
ChannelServices メンバ
System.Runtime.Remoting.Channels 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

ChannelServices.UnregisterChannel メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ChannelServices.UnregisterChannel メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS