Click or drag to resize
UserFunctionExecutionExceptionClassId Property
Returns the classId of this class for serialization. Users should not implement/call this api as it is only intended for internal use.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual uint ClassId { get; }

Return Value

Type: UInt32
classId of this class

Implements

IGFSerializableClassId
Exceptions
ExceptionCondition
IllegalStateException If this api is called from User code.
See Also