Click or drag to resize

ManifestAPIRequest Method

Request manifest with the specified id, callback and error.

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

Parameters

id
Type: SystemString
Identifier of manifst
callback
Type: SystemActionString
Callback where manifest will be passed.
error
Type: SystemActionString
Error handler.
See Also