ICustomProvider.AddUser Method (String, String)

 

Adds a Windows account to the list of allowed users that have access to the configuration store..

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

Syntax

object AddUser(
    string machine,
    string user
)
Object^ AddUser(
    String^ machine,
    String^ user
)
abstract AddUser : 
        machine:string *
        user:string -> Object
Function AddUser (
    machine As String,
    user As String
) As Object

Parameters

Return Value

Type: System.Object

Returns aObject that can be passed to the RemoveUser method in the case of a rollback.

See Also

ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace

Return to top