BookSleeve.LockMessage.Complete C# (CSharp) Method

Complete() private method

private Complete ( RedisResult result ) : void
result RedisResult
return 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
        }