Table of Contents

Struct LockToken

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

An identifier for a lock that is held on an object in the ScaleOut service.

public struct LockToken : IEquatable<LockToken>
Implements
Inherited Members

Fields

Empty

Provides an empty LockToken that indicates that no lock token value is available. This field is read-only.

Properties

IsEmpty

Gets whether this LockToken is empty.

Methods

Equals(LockToken)

Indicates whether this lock token is equal to another token.

Equals(object)

Indicates whether this lock token is equal to another object.

GetHashCode()

Returns a hash value for this token.

ToString()

Converts a lock token to a string representation.

Operators

operator ==(LockToken, LockToken)

Returns a value that indicates whether two LockToken values are equal.

implicit operator uint(LockToken)

Defines an implicit conversion of a lock token to an unsigned integer.

operator !=(LockToken, LockToken)

Returns a value that indicates whether two LockToken values are different.