Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Binds a name to an object.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxvoid Bind(
string name,
Object o
)
Parameters
- name
- Type: SystemString
The name to bind; may not be empty.
- o
- Type: SystemObject
The object to bind; possibly null.
See Also