|
DbClientGet Method (String) |
Execute a get
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected Result Get(
string uri
)
Protected Function Get (
uri As String
) As Result
protected:
Result^ Get(
String^ uri
)
member Get :
uri : string -> Result
Parameters
- uri
- Type: SystemString
The uri
Return Value
Type:
Result
See Also