Click or drag to resize

SyncEngineSubmitInBackground 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 SubmitInBackground(
	MessageRequestType requestType,
	DataStructure dataStructure,
	string customData,
	string processAgentFunctionName,
	bool bypassAttachment = false
)

Parameters

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

Return Value

Type: Task
See Also