[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 static TParams Make<TParams>(
string connectString,
string format = "laconf"
)
where TParams : FileSystemSessionConnectParams
public static TParams Make<TParams>(
string connectString,
string format = "laconf"
)
where TParams : FileSystemSessionConnectParams
Public Shared Function Make(Of TParams As FileSystemSessionConnectParams) (
connectString As String,
Optional format As String = "laconf"
) As TParams
Public Shared Function Make(Of TParams As FileSystemSessionConnectParams) (
connectString As String,
Optional format As String = "laconf"
) As TParams
public:
generic<typename TParams>
where TParams : FileSystemSessionConnectParams
static TParams Make(
String^ connectString,
String^ format = L"laconf"
)
public:
generic<typename TParams>
where TParams : FileSystemSessionConnectParams
static TParams Make(
String^ connectString,
String^ format = L"laconf"
)
static member Make :
connectString : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> 'TParams when 'TParams : FileSystemSessionConnectParams
static member Make :
connectString : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> 'TParams when 'TParams : FileSystemSessionConnectParams
- TParams
Return Value
Type:
TParams