Ehllapi - How can I know which session has been updated by Query Host Update functionDistinct() with lambda?How to bind to a PasswordBox in MVVMCall dll - pcshll32.dll using delphiWhy are C# 4 optional parameters defined on interface not enforced on implementing class?How to avoid “too many parameters” problem in API design?Multiple types were found that match the controller named 'Home'HttpClient.GetAsync(…) never returns when using await/asyncCould not load file or assembly … An attempt was made to load a program with an incorrect format (System.BadImageFormatException)ASP.NET Identity - HttpContext has no extension method for GetOwinContextWhy not inherit from List<T>?
Alphabet completion rate
C-152 carb heat on before landing in hot weather?
Smooth Julia set for quadratic polynomials
Are there any vegetarian astronauts?
Do flight schools typically have dress codes or expectations?
Can the negators "jamais, rien, personne, plus, ni, aucun" be used in a single sentence?
First-year PhD giving a talk among well-established researchers in the field
Can a Horncaller control a Druid who is using Wild Shape?
Is there any evidence that the small canisters (10 liters) of 95% oxygen actually help with altitude sickness?
Distance Matrix (plugin) - QGIS
Require advice on power conservation for backpacking trip
Impossible darts scores
Why do some professors with PhDs leave their professorships to teach high school?
Character discovers anti gravity emitters, flies a shipping container into space and docks with space station
Change CPU MHz from Registry
How can I deal with a coworker killed on the job
Animation advice please
Why is the Turkish president's surname spelt in Russian as Эрдоган, with г?
How to split an equation over two lines?
Why is there no havdallah when going from Yom Tov into Shabbat?
Can the US president have someone sent to jail?
How to append a matrix element by element
How to reply to small talk/random facts in a non-offensive way?
What are the penalties for overstaying in USA?
Ehllapi - How can I know which session has been updated by Query Host Update function
Distinct() with lambda?How to bind to a PasswordBox in MVVMCall dll - pcshll32.dll using delphiWhy are C# 4 optional parameters defined on interface not enforced on implementing class?How to avoid “too many parameters” problem in API design?Multiple types were found that match the controller named 'Home'HttpClient.GetAsync(…) never returns when using await/asyncCould not load file or assembly … An attempt was made to load a program with an incorrect format (System.BadImageFormatException)ASP.NET Identity - HttpContext has no extension method for GetOwinContextWhy not inherit from List<T>?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm working with IBM Access Client Solution and have to implement Query Host Update (24) function to track when a host have any update.
The problem is when I run multi session at the same time (sessionA, sessionB). I want to track only if sessionA had updated but the Query Host Update function always return true even just sessionB have an update (not sessionA). I passed the sessionA's name to the api parameter but it still return true whenever each of the session had updated.
my implement of this API is working fine, if not it can't return true.
Anyone has idea about this problem?
c# hllapi
add a comment |
I'm working with IBM Access Client Solution and have to implement Query Host Update (24) function to track when a host have any update.
The problem is when I run multi session at the same time (sessionA, sessionB). I want to track only if sessionA had updated but the Query Host Update function always return true even just sessionB have an update (not sessionA). I passed the sessionA's name to the api parameter but it still return true whenever each of the session had updated.
my implement of this API is working fine, if not it can't return true.
Anyone has idea about this problem?
c# hllapi
add a comment |
I'm working with IBM Access Client Solution and have to implement Query Host Update (24) function to track when a host have any update.
The problem is when I run multi session at the same time (sessionA, sessionB). I want to track only if sessionA had updated but the Query Host Update function always return true even just sessionB have an update (not sessionA). I passed the sessionA's name to the api parameter but it still return true whenever each of the session had updated.
my implement of this API is working fine, if not it can't return true.
Anyone has idea about this problem?
c# hllapi
I'm working with IBM Access Client Solution and have to implement Query Host Update (24) function to track when a host have any update.
The problem is when I run multi session at the same time (sessionA, sessionB). I want to track only if sessionA had updated but the Query Host Update function always return true even just sessionB have an update (not sessionA). I passed the sessionA's name to the api parameter but it still return true whenever each of the session had updated.
my implement of this API is working fine, if not it can't return true.
Anyone has idea about this problem?
c# hllapi
c# hllapi
asked Mar 25 at 10:27
Tobe TungTobe Tung
13 bronze badges
13 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55335718%2fehllapi-how-can-i-know-which-session-has-been-updated-by-query-host-update-fun%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55335718%2fehllapi-how-can-i-know-which-session-has-been-updated-by-query-host-update-fun%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown