Click or drag to resize

SyncBEResponse Constructor (Int32, ListInfoMessage, DictionaryString, DictionaryDataStructure, ListDataStructure, ListString, Boolean)

Initializes a new instance of the SyncBEResponse class

Namespace:  Unvired.Kernel.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SyncBEResponse(
	int httpResponseCode,
	List<InfoMessage> infoMessages,
	Dictionary<string, Dictionary<DataStructure, List<DataStructure>>> dataBEs,
	List<string> beMetaData,
	bool autoSave
)

Parameters

httpResponseCode
Type: SystemInt32
infoMessages
Type: System.Collections.GenericListInfoMessage
dataBEs
Type: System.Collections.GenericDictionaryString, DictionaryDataStructure, ListDataStructure
beMetaData
Type: System.Collections.GenericListString
autoSave
Type: SystemBoolean
See Also