Infront Data Manager Connect Client (.NET)
|
Inherits Gevasys.DataCore.StaticData.IRoutingDataConsumer.
Public Member Functions | |
RoutingDataConsumer (String wsdlurl) | |
Provides access to static data functions and file downloads. More... | |
bool | Initialize () |
Initializes the consumer. More... | |
bool | DownloadFile (string requestedFileName, string outputFileName) |
Synchronous file download. More... | |
void | DownloadFileAsync (string requestedFileName, string outputFileName, IAsyncCallback callback, object userState) |
Asynchronous file download. More... | |
StaticDataResponse | CallFunction (string functionName, string inputFormat, string outputFormat, byte[] postData) |
Synchronous call of a static data function. More... | |
void | CallFunctionAsync (string functionName, string inputFormat, string outputFormat, byte[] postData, IAsyncRouteCallback callback, object userState) |
Asynchrounus calls of a static data function. More... | |
void | Start () |
Starts the consumer. More... | |
bool | GetIsAlive () |
Indicates if this consumer is alive. More... | |
void | Stop () |
Stops the consumer. More... | |
Properties | |
static int | MaxRetryAttemps = 5 [get, set] |
static int | Interval = 5 * 60 * 1000 [get, set] |
Class that provides functions to download files and access to static data.
Communication is done via HTTP 1.1 connections.
Do not use this class directly. Instead use Routing Data Store.
|
inline |
Provides access to static data functions and file downloads.
wsdlurl | Remote service url. |
|
inline |
Synchronous call of a static data function.
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. |
|
inline |
Asynchrounus calls of a static data function.
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. |
callback | Callback function. |
userState | Optional user defined object that is returned in the callback function. |
|
inline |
Synchronous file download.
requestedFileName | Remote file name. |
outputFileName | Local file name with. |
|
inline |
Asynchronous file download.
requestedFileName | Remote file name. |
outputFileName | Local file name with. |
callback | Callback function. Funciton is called after the the download completed or failed. |
userState | Optional user defined object. |
|
inline |
Indicates if this consumer is alive.
|
inline |
Initializes the consumer.
|
inline |
Starts the consumer.
|
inline |
Stops the consumer.
Copyright (C) 2021 Infront Financial Technology GmbH
Mainzer Landstrasse 178 – 190
60327 Frankfurt am Main
Infront Data Manager Connect V4.1