/// <summary> /// Refreshes the cube. /// </summary> /// <returns>True, if the cube has been refreshed; false, otherwise.</returns> public bool Refresh() { return(NativeOlapApi.CubeRefresh(_server.Store.ClientSlot, _serverHandle, _name, _server.LastErrorInternal)); }