次の方法で共有


LogicalCallContext.FreeNamedDataSlot メソッド

指定した名前のデータ スロットを空にします。

Public Sub FreeNamedDataSlot( _
   ByVal name As String _)
[C#]
public void FreeNamedDataSlot(stringname);
[C++]
public: void FreeNamedDataSlot(String* name);
[JScript]
public function FreeNamedDataSlot(
   name : String);

パラメータ

  • name
    空にするデータ スロットの名前。

必要条件

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

参照

LogicalCallContext クラス | LogicalCallContext メンバ | System.Runtime.Remoting.Messaging 名前空間