Put operation whenever there is a Put done on the space

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract class PutOp : WriteOp
Visual Basic
Public MustInherit Class PutOp _
	Implements WriteOp
Visual C++
public ref class PutOp abstract : WriteOp

Inheritance Hierarchy

System..::..Object
  Com.Tibco.As.Space.Persistence..::..PutOp

See Also