Click or drag to resize

DriverAPIRequest Method

Request driver of specific type from repository

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void Request(
	string type,
	Action<ModuleDriver> callback,
	Action<string> error
)

Parameters

type
Type: SystemString
Type.
callback
Type: SystemActionModuleDriver
Callback.
error
Type: SystemActionString
Error.

Return Value

Type: 
The request.
See Also