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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual uint ClassId { get; }
Public Overridable ReadOnly Property ClassId As UInteger
Get
public:
virtual property unsigned int ClassId {
unsigned int get ();
}
abstract ClassId : uint32 with get
override ClassId : uint32 with get
Return Value
Type:
UInt32classId of this class
Implements
IGFSerializableClassId
Exceptions
See AlsoReference
[!:IGFSerializable.ClassId]