Class LockOp.Op
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.Locking
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public abstract class Op
Fields
m_Path
Declaration
[NonSerialized]
protected string m_Path
Field Value
Type | Description |
---|---|
System.String |
Methods
Prepare(EvalContext, String)
Invoked by the server to prepare this node before execution/before lock
Declaration
public virtual void Prepare(EvalContext ctx, string path)
Parameters
Type | Name | Description |
---|---|---|
EvalContext | ctx | |
System.String | path |