BookSleeve.LockMessage.Complete C# (CSharp) 메소드

Complete() 개인적인 메소드

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