Exemplo n.º 1
0
 public bool CheckIn(string workSessionId, string documentId, string workSessionState)
 {
     return((bool)TryRepeater.Do(() => RedisImplementation.CheckIn(RedisConnection, LockerId, workSessionId, documentId.ToLower(), workSessionState, Settings)));
 }