Click or drag to resize

CloudAPISaveDataset Method

Saves the dataset to cloud.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void SaveDataset(
	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