RolePrincipal.SetDirty 方法

定义

将缓存的角色列表标记为已被更改。

public:
 void SetDirty();
public void SetDirty ();
member this.SetDirty : unit -> unit
Public Sub SetDirty ()

注解

The SetDirty method marks the cached role list as having been changed by setting CachedListChanged to true and IsRoleListCached to false.

适用于

另请参阅