RegionEventCallbackArgument Property |
Returns the callbackArgument passed to the method that generated
this event. See the
Region interface methods
that take a callbackArgument parameter.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IGFSerializable CallbackArgument { get; }
Public ReadOnly Property CallbackArgument As IGFSerializable
Get
public:
property IGFSerializable^ CallbackArgument {
IGFSerializable^ get ();
}
member CallbackArgument : IGFSerializable with get
Property Value
Type:
IGFSerializable
See Also