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

BeginGetACLsByEntityIds() public method

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