VaultFileSize.Security.SecurityService.GetACLsByEntityIdsAsync C# (CSharp) Method

GetACLsByEntityIdsAsync() public method

public GetACLsByEntityIdsAsync ( long entityIds ) : void
entityIds long
return void
        public void GetACLsByEntityIdsAsync(long[] entityIds) {
            this.GetACLsByEntityIdsAsync(entityIds, null);
        }
        

Same methods

SecurityService::GetACLsByEntityIdsAsync ( long entityIds, object userState ) : void