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

BeginSetSystemACLs() public method

public BeginSetSystemACLs ( long entityIds, long aclId, System callback, object asyncState ) : System.IAsyncResult
entityIds long
aclId long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginSetSystemACLs(long[] entityIds, long aclId, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("SetSystemACLs", new object[] {
                        entityIds,
                        aclId}, callback, asyncState);
        }