RemoveUser Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public Sub RemoveUser ( _
    machine As String, _
    user As String, _
    state As Object _
)
'Usage
Dim instance As CustomProviderProxy
Dim machine As String
Dim user As String
Dim state As Object

instance.RemoveUser(machine, user, state)
public void RemoveUser(
    string machine,
    string user,
    Object state
)
public:
virtual void RemoveUser(
    String^ machine, 
    String^ user, 
    Object^ state
) sealed
abstract RemoveUser : 
        machine:string * 
        user:string * 
        state:Object -> unit 
override RemoveUser : 
        machine:string * 
        user:string * 
        state:Object -> unit 
public final function RemoveUser(
    machine : String, 
    user : String, 
    state : Object
)

Parameters

Implements

ICustomProvider. . :: . .RemoveUser(String, String, Object)

See Also

Reference

CustomProviderProxy Class

Microsoft.ApplicationServer.Caching Namespace