Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

LDB

0 Kudos

Hi everyone,

If we use Logical datbase in our program, which event will get triggered first. PUT or GET?

thanks in advance,

Stanley

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

put will trigger as it collect data from nodes

3 REPLIES 3

Former Member
0 Kudos

HI,

put will trigger as it collect data from nodes

Former Member
0 Kudos

Hi Stanley,

I think it is PUT which get called first and then it call GET node at runtime.

Check for others reply also.

Regards,

Atish

p291102
Active Contributor
0 Kudos

Hi,

GET event is for reading the data

PUT event is for writing the data.

Thanks,

Sankar M