.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Binds a name to an object.
            
 
    Namespace: 
   Tangosol.Net
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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