GetOracleDependency
This static method returns an OracleDependency instance based on the specified unique identifier.
                  
Declaration
// C#
public static OracleDependency GetOracleDependency(string guid)
Parameters
- 
                        guidThe string representation of the unique identifier of an OracleDependencyinstance.
Exceptions
ArgumentException - The specified unique identifier cannot locate an OracleDependency instance.
                  
Return Value
An OracleDependency instance that has the specified guid parameter.