Infront Data Manager Connect Client (.NET)
|
Class for asynchronous access to static data functions. More...
Inherits Gevasys.DataCore.Core.IRunnable.
Public Member Functions | |
AsyncRouteCall (String functionName, String inputFormat, String outputFormat, byte[] postData, String baseUrl, String sessionId, IAsyncRouteCallback callback, Object userState) | |
Default constructor. More... | |
void | Run () |
Executes the functions asynchronously. More... | |
void | Stop () |
Has no effect. More... | |
Class for asynchronous access to static data functions.
<requirements>Do not use this class directly. Instead use Routing Data Store.</requirements>
|
inline |
Default constructor.
functionName | Function name. See Request Server documentation. |
inputFormat | Data format of the input message(PROTO, JSON, XML) |
outputFormat | Data format of the output message(PROTO, JSON, XML) |
postData | Serialized message data. |
baseUrl | Remote service url. |
sessionId | Session id of the current session. |
callback | Callback function. |
userState | Optional user defined object that is returned in the callback function. |
|
inline |
Executes the functions asynchronously.
Implements Gevasys.DataCore.Core.IRunnable.
|
inline |
Has no effect.
Implements Gevasys.DataCore.Core.IRunnable.
Copyright (C) 2021 Infront Financial Technology GmbH
Mainzer Landstrasse 178 – 190
60327 Frankfurt am Main
Infront Data Manager Connect V4.1