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

BeginGetAllAccessPermissionsAndGroups() public method

public BeginGetAllAccessPermissionsAndGroups ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginGetAllAccessPermissionsAndGroups(System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetAllAccessPermissionsAndGroups", new object[0], callback, asyncState);
        }