Click or drag to resize

UserRoleCacheMergeRight Method

Merge user roles from another UserRoleCache, other cache taking precedence.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public void MergeRight(
	UserRoleCache other
)
View Source

Parameters

other  UserRoleCache
Other UserRoleCache to merge with.
See Also