Returns the callbackArgument passed to the method that generated
this event. See the Region interface methods
that take a callbackArgument parameter.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public IGFSerializable CallbackArgument{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CallbackArgument As IGFSerializable |
| Visual C++ |
|---|
public: property IGFSerializable^ CallbackArgument { IGFSerializable^ get (); } |
See Also
EntryEvent Class
GemStone.GemFire.Cache Namespace