SyncEngineSubmitInForeground Method |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task SubmitInForeground(
void requestType,
ISyncResponse dataStructure,
MessageRequestType customData,
DataStructure processAgentFunctionName,
string autoSave,
string bypassAttachment = false,
bool CancellationTokenSource = null
)
Public Function SubmitInForeground (
requestType As Void,
dataStructure As ISyncResponse,
customData As MessageRequestType,
processAgentFunctionName As DataStructure,
autoSave As String,
Optional bypassAttachment As String = false,
Optional CancellationTokenSource As Boolean = Nothing
) As Task
public:
Task^ SubmitInForeground(
void requestType,
ISyncResponse^ dataStructure,
MessageRequestType customData,
DataStructure^ processAgentFunctionName,
String^ autoSave,
String^ bypassAttachment = false,
bool CancellationTokenSource = nullptr
)
member SubmitInForeground :
requestType : unit *
dataStructure : ISyncResponse *
customData : MessageRequestType *
processAgentFunctionName : DataStructure *
autoSave : string *
?bypassAttachment : string *
?CancellationTokenSource : bool
(* Defaults:
let _bypassAttachment = defaultArg bypassAttachment false
let _CancellationTokenSource = defaultArg CancellationTokenSource null
*)
-> Task
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