Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.Util.Collections
SynchronizedDictionary Class
SynchronizedDictionary Methods
AcquireReadLock Method
AcquireWriteLock Method
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
GetObjectData Method
ReleaseReadLock Method
ReleaseWriteLock Method
Remove Method
SynchronizedDictionary
GetObjectData Method
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(14.1.1.0)
F23534-02
Populates SerializationInfo with the data needed to serialize this object.
Namespace:
Tangosol.Util.Collections
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Copy
public
void
GetObjectData
(
SerializationInfo
info
,
StreamingContext
context
)
Parameters
info
Type:
System.Runtime.Serialization
SerializationInfo
The SerializationInfo to populate with data.
context
Type:
System.Runtime.Serialization
StreamingContext
The serialization context.
Implements
ISerializable
GetObjectData(SerializationInfo, StreamingContext)
Exceptions
Exception
Condition
SecurityException
The caller does not have the required permission.
See Also
Reference
SynchronizedDictionary Class
Tangosol.Util.Collections Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.