SyncEngineSubmitInBackground 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 SubmitInBackground(
MessageRequestType requestType,
DataStructure dataStructure,
string customData,
string processAgentFunctionName,
bool bypassAttachment = false
)
Public Function SubmitInBackground (
requestType As MessageRequestType,
dataStructure As DataStructure,
customData As String,
processAgentFunctionName As String,
Optional bypassAttachment As Boolean = false
) As Task
public:
Task^ SubmitInBackground(
MessageRequestType requestType,
DataStructure^ dataStructure,
String^ customData,
String^ processAgentFunctionName,
bool bypassAttachment = false
)
member SubmitInBackground :
requestType : MessageRequestType *
dataStructure : DataStructure *
customData : string *
processAgentFunctionName : string *
?bypassAttachment : bool
(* Defaults:
let _bypassAttachment = defaultArg bypassAttachment false
*)
-> Task
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