[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public FileSystemSessionConnectParams(
string connectString,
string format = "laconf"
)
public FileSystemSessionConnectParams(
string connectString,
string format = "laconf"
)
Public Sub New (
connectString As String,
Optional format As String = "laconf"
)
Public Sub New (
connectString As String,
Optional format As String = "laconf"
)
public:
FileSystemSessionConnectParams(
String^ connectString,
String^ format = L"laconf"
)
public:
FileSystemSessionConnectParams(
String^ connectString,
String^ format = L"laconf"
)
new :
connectString : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> FileSystemSessionConnectParams
new :
connectString : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> FileSystemSessionConnectParams