ILease.Unregister(ISponsor) 메서드

정의

스폰서 목록에서 스폰서를 제거합니다.

public:
 void Unregister(System::Runtime::Remoting::Lifetime::ISponsor ^ obj);
public void Unregister (System.Runtime.Remoting.Lifetime.ISponsor obj);
[System.Security.SecurityCritical]
public void Unregister (System.Runtime.Remoting.Lifetime.ISponsor obj);
abstract member Unregister : System.Runtime.Remoting.Lifetime.ISponsor -> unit
[<System.Security.SecurityCritical>]
abstract member Unregister : System.Runtime.Remoting.Lifetime.ISponsor -> unit
Public Sub Unregister (obj As ISponsor)

매개 변수

obj
ISponsor

등록을 취소할 임대 스폰서입니다.

특성

예외

직접 실행 호출자가 인터페이스에 대한 참조를 통해 호출하며 인프라 권한이 없는 경우

적용 대상