INTERNAL_CALL_MarkAsUsed() private method

private INTERNAL_CALL_MarkAsUsed ( string url, Hash128 &hash ) : bool
url string
hash Hash128
return bool
Ejemplo n.º 1
0
 public static bool MarkAsUsed(string url, Hash128 hash)
 {
     return(Caching.INTERNAL_CALL_MarkAsUsed(url, ref hash));
 }
Ejemplo n.º 2
0
 internal static bool MarkAsUsed(string url, string name, Hash128 hash)
 {
     return(Caching.INTERNAL_CALL_MarkAsUsed(url, name, ref hash));
 }