mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Put
This commit is contained in:
		| @@ -65,19 +65,7 @@ public class MemoryStore : IStore | ||||
|         return new AsyncReply<bool>(true); | ||||
|     } | ||||
|  | ||||
|     //public AsyncReply<IResource> Retrieve(uint iid) | ||||
|     //{ | ||||
|     //    if (resources.ContainsKey(iid)) | ||||
|     //    { | ||||
|     //        if (resources.ContainsKey(iid))// .TryGetTarget(out r)) | ||||
|     //            return new AsyncReply<IResource>(resources[iid]); | ||||
|     //        else | ||||
|     //            return new AsyncReply<IResource>(null); | ||||
|     //    } | ||||
|     //    else | ||||
|     //        return new AsyncReply<IResource>(null); | ||||
|     //} | ||||
|  | ||||
|   | ||||
|     public AsyncReply<bool> Trigger(ResourceTrigger trigger) | ||||
|     { | ||||
|         return new AsyncReply<bool>(true); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user