Remove RoleId from cache.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static void RemoveRoleIdFromCache(
	string username
)
Visual Basic
Public Shared Sub RemoveRoleIdFromCache ( 
	username As String
)
Visual C++
public:
static void RemoveRoleIdFromCache(
	String^ username
)
F#
static member RemoveRoleIdFromCache : 
        username : string -> unit 

Parameters

username
Type: System..::..String
Username

See Also