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

  • state
    Type: System.Object

    An 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