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

BeginGetACLUpdateRestrictions() public method

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