EntryEventTKey, TValueCallbackArgument 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.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Object CallbackArgument { get; }
Public ReadOnly Property CallbackArgument As Object
Get
public:
property Object^ CallbackArgument {
Object^ get ();
}
member CallbackArgument : Object with get
Property Value
Type:
Object
See Also