現在の ClientSponsor がスポンサであるオブジェクトのリストから、指定した MarshalByRefObject の登録を解除します。
Public Sub Unregister( _
ByVal obj As MarshalByRefObject _)
[C#]
public void Unregister(MarshalByRefObjectobj);
[C++]
public: void Unregister(MarshalByRefObject* obj);
[JScript]
public function Unregister(
obj : MarshalByRefObject);
パラメータ
- obj
登録を解除するオブジェクト。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ClientSponsor クラス | ClientSponsor メンバ | System.Runtime.Remoting.Lifetime 名前空間