Put operation whenever there is a Put done on the space
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract class PutOp : WriteOp,
ASSerializable |
Visual Basic |
---|
Public MustInherit Class PutOp
Implements WriteOp, ASSerializable |
Visual C++ |
---|
public ref class PutOp abstract : WriteOp,
ASSerializable |
F# |
---|
[<AbstractClassAttribute>]
type PutOp =
class
interface WriteOp
interface ASSerializable
end |
Inheritance Hierarchy
See Also