Class OracleServiceInfo
Inheritance
System.Object
OracleServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class OracleServiceInfo : UriServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
OracleServiceInfo(String, String)
Declaration
public OracleServiceInfo(string id, string url)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
url |
|
Fields
|
Edit this page
View Source
ORACLE_SCHEME
Declaration
public const string ORACLE_SCHEME = null
Field Value
Type |
Description |
System.String |
|
Implements