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.0.0.0 (2.2.0.015)

Syntax

C#
public abstract class PutOp : WriteOp
Visual Basic
Public MustInherit Class PutOp
	Implements WriteOp
Visual C++
public ref class PutOp abstract : WriteOp
F#
[<AbstractClassAttribute>]
type PutOp =  
    class
        interface WriteOp
    end

Inheritance Hierarchy

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

See Also