Table of Contents

Class ConditionResult

Namespace
StackExchange.Redis
Assembly
StackExchange.Redis.StrongName.dll

Indicates the status of a condition as part of a transaction

public sealed class ConditionResult
Inheritance
ConditionResult
Inherited Members

Properties

WasSatisfied

Indicates whether the condition was satisfied

public bool WasSatisfied { get; }

Property Value

bool