INTERNAL_CALL_MarkAsUsed() private method

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