TechTalk Genome v4.2

OptimisticLockingSemantics.GetClientVersion Method

Gets the client side optimistic lock for the specified object.

Overload List

Gets the client side optimistic lock version for the specified object from the current context.

public static IOptimisticLockVersion GetClientVersion(object);

Gets the client side optimsitic lock version for the specified object from the specified Context.

public static IOptimisticLockVersion GetClientVersion(object,IContext);

See Also

OptimisticLockingSemantics Class | TechTalk.Genome.Locking Namespace