ICustomProvider.RemoveUser Method (String, String, Object)
Removes a Windows account from the list of accounts that have permission t the access the configuration store.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
void RemoveUser(
string machine,
string user,
object state
)
void RemoveUser(
String^ machine,
String^ user,
Object^ state
)
abstract RemoveUser :
machine:string *
user:string *
state:Object -> unit
Sub RemoveUser (
machine As String,
user As String,
state As Object
)
Parameters
machine
Type: System.StringThe machine name.
user
Type: System.StringThe user name.
state
Type: System.ObjectAn object that represents the state if this call is being used to rollback a previous call to AddUser.
See Also
ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace
Return to top