다음을 통해 공유


ICustomProvider.RemoveUser 메서드

구성 저장소에 대한 액세스 권한이 있는 계정 목록에서 Windows 계정을 제거합니다.

네임스페이스: Microsoft.ApplicationServer.Caching
어셈블리: Microsoft.ApplicationServer.Caching.Core(위치: microsoft.applicationserver.caching.core.dll)

사용

구문

‘선언
Sub RemoveUser ( _
    machine As String, _
    user As String, _
    state As Object _
)
void RemoveUser (
    string machine,
    string user,
    Object state
)
void RemoveUser (
    String^ machine, 
    String^ user, 
    Object^ state
)
void RemoveUser (
    String machine, 
    String user, 
    Object state
)
function RemoveUser (
    machine : String, 
    user : String, 
    state : Object
)

매개 변수

  • machine
    컴퓨터 이름입니다.
  • user
    사용자 이름입니다.
  • state
    이 호출을 사용하여 이전 호출을 AddUser으로 롤백하는 경우 상태를 나타내는 개체입니다.

스레드 보안

이 유형의 public static(Visual Basic의Shared) 구성원은 모두 스레드가 안전합니다. 모든 인스턴스 구성원이 스레드가 안전한 것은 아닙니다.

플랫폼

개발 플랫폼

Visual Studio 2010 이상, .NET Framework 4

대상 플랫폼

Windows 7; Windows Server 2008 R2; Windows Server 2008 서비스 팩 2; Windows Vista 서비스 팩 2

참고 항목

참조 항목

ICustomProvider 인터페이스
ICustomProvider 구성원
Microsoft.ApplicationServer.Caching 네임스페이스