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

BeginUpdateACL() public method

public BeginUpdateACL ( long entityId, ACE entries, PrpgType prpgType, System callback, object asyncState ) : System.IAsyncResult
entityId long
entries ACE
prpgType PrpgType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginUpdateACL(long entityId, ACE[] entries, PrpgType prpgType, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("UpdateACL", new object[] {
                        entityId,
                        entries,
                        prpgType}, callback, asyncState);
        }