Click or drag to resize

DriverAPIInstallFromJson Method

Installs the module driver.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public Task InstallFromJson(
	string json_driver,
	Action callback
)

Parameters

json_driver
Type: SystemString
Json driver.
callback
Type: SystemAction
Callback.

Return Value

Type: Task
Task
See Also