mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
AutoReconnect
This commit is contained in:
@ -36,8 +36,7 @@ using Esiur.Security.Authority;
|
||||
namespace Esiur.Resource;
|
||||
public interface IStore : IResource
|
||||
{
|
||||
AsyncReply<IResource> Get(string path);//, Func<IResource, bool> filter = null);
|
||||
//AsyncReply<IResource> Retrieve(uint iid);
|
||||
AsyncReply<IResource> Get(string path);
|
||||
AsyncReply<bool> Put(IResource resource);
|
||||
string Link(IResource resource);
|
||||
bool Record(IResource resource, string propertyName, object value, ulong? age, DateTime? dateTime);
|
||||
|
Reference in New Issue
Block a user