Resets the http context cached user profile entity (Note: User profile is cached per request).

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

Syntax

C#
public virtual UserProfileEntity ResetCachedUserProfile(
	Guid userId
)
Visual Basic
Public Overridable Function ResetCachedUserProfile ( 
	userId As Guid
) As UserProfileEntity
Visual C++
public:
virtual UserProfileEntity^ ResetCachedUserProfile(
	Guid userId
)
F#
abstract ResetCachedUserProfile : 
        userId : Guid -> UserProfileEntity 
override ResetCachedUserProfile : 
        userId : Guid -> UserProfileEntity 

Parameters

userId
Type: System..::..Guid
User Id

Return Value

Type: UserProfileEntity
User profile

Implements

IUserProfileBLL..::..ResetCachedUserProfile(Guid)

See Also