VaultFileSize.Security.SecurityService.GetACLUpdateRestrictionsAsync C# (CSharp) Méthode

GetACLUpdateRestrictionsAsync() public méthode

public GetACLUpdateRestrictionsAsync ( long entityId, ACE entries ) : void
entityId long
entries ACE
Résultat void
        public void GetACLUpdateRestrictionsAsync(long entityId, ACE[] entries) {
            this.GetACLUpdateRestrictionsAsync(entityId, entries, null);
        }
        

Same methods

SecurityService::GetACLUpdateRestrictionsAsync ( long entityId, ACE entries, object userState ) : void