VirtuosoManager Constructor (String, Int32, String, String, String, Int32) |
Creates a Manager for a Virtuoso Native Quad Store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntaxpublic VirtuosoManager(
string server,
int port,
string db,
string user,
string password,
int timeout
)
Public Sub New (
server As String,
port As Integer,
db As String,
user As String,
password As String,
timeout As Integer
)
Parameters
- server
- Type: System.String
Server. - port
- Type: System.Int32
Port. - db
- Type: System.String
Database Name. - user
- Type: System.String
Username. - password
- Type: System.String
Password. - timeout
- Type: System.Int32
Connection Timeout in Seconds.
Remarks
Timeouts less than equal to zero are ignored and treated as using the default timeout which is dictated by the underlying Virtuoso ADO.Net provider.
See Also