IPdxInstanceFactoryWriteLong Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxInstanceFactory WriteLong(
string fieldName,
long value
)
Function WriteLong (
fieldName As String,
value As Long
) As IPdxInstanceFactory
IPdxInstanceFactory^ WriteLong(
String^ fieldName,
long long value
)
abstract WriteLong :
fieldName : string *
value : int64 -> IPdxInstanceFactory
Parameters
- fieldName
- Type: SystemString
- value
- Type: SystemInt64
Return Value
Type:
IPdxInstanceFactory
See Also