Click or drag to resize

SyncBEResponse Constructor (Int32, ListInfoMessage)

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
)

Parameters

httpResponseCode
Type: SystemInt32
infoMessages
Type: System.Collections.GenericListInfoMessage
See Also