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

BeginAddSystemACL() public method

public BeginAddSystemACL ( ACE entries, System callback, object asyncState ) : System.IAsyncResult
entries ACE
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginAddSystemACL(ACE[] entries, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("AddSystemACL", new object[] {
                        entries}, callback, asyncState);
        }