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

BeginGetEntACLsByEntityIds() public method

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