Click or drag to resize

SyncEngineSubmitInForeground Method

Namespace:  Unvired.Kernel.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task SubmitInForeground(
	void requestType,
	ISyncResponse dataStructure,
	MessageRequestType customData,
	DataStructure processAgentFunctionName,
	string autoSave,
	string bypassAttachment = false,
	bool CancellationTokenSource = null
)

Parameters

requestType
Type: SystemVoid
dataStructure
Type: Unvired.Kernel.SyncISyncResponse
customData
Type: Unvired.Kernel.UWP.ConstantsMessageRequestType
processAgentFunctionName
Type: Unvired.Kernel.UWP.ModelDataStructure
autoSave
Type: SystemString
bypassAttachment (Optional)
Type: SystemString
CancellationTokenSource (Optional)
Type: SystemBoolean

Return Value

Type: TaskTResult
See Also