Click or drag to resize

CloudAPIGetDataset Method

Gets the dataset from cloud.

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

Parameters

name
Type: SystemString
Name.
parameters
Type: System.Collections.GenericDictionaryString, String
Parameters.
callback
Type: SystemActionString
Callback.
error
Type: SystemActionString
Error.
See Also