BookSleeve.LockMessage.Complete C# (CSharp) Méthode

Complete() private méthode

private Complete ( RedisResult result ) : void
result RedisResult
Résultat void
        internal override void Complete(RedisResult result)
        {
            // do nothing - this is just the WATCH; we'll spoof the reply manually from the multi-message reply
        }