About the "Session Cancel" ConformanceUnit

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
j.zhou.5q
Hero Member
Hero Member
Posts: 53
Joined: 04 Feb 2015, 06:39

About the "Session Cancel" ConformanceUnit

Post by j.zhou.5q »

Hi,

I want to confirm that my understanding is right about the "Session Cancel" ConformanceUnit.
(We are developing for a UA server.)

My understanding:
----------------------------------------------------------------------
There is not anything to do for us(developers). Because SDK has done everything for the "Session Cancel" ConformanceUnit.
----------------------------------------------------------------------
Is it right?

I am looking forward your answer. Thank you!

Best Regards,
James

User avatar
Support Team
Hero Member
Hero Member
Posts: 3072
Joined: 18 Mar 2011, 15:09

Re: About the "Session Cancel" ConformanceUnit

Post by Support Team »

Hi,

You are right, there is currently no access to Cancel service handling. This is completely done in the SDK code. Cancel is currently only applied to HistoryManager related services since history services may take long time to be processed. It makes no sense to cancel services like Read or Write since the execution time is too short.

Best Regards,
Unified Automation Support Team

j.zhou.5q
Hero Member
Hero Member
Posts: 53
Joined: 04 Feb 2015, 06:39

Re: About the "Session Cancel" ConformanceUnit

Post by j.zhou.5q »

Hi,

Thank you very much! I got it.

Best Regards,
James
Support Team wrote:Hi,

You are right, there is currently no access to Cancel service handling. This is completely done in the SDK code. Cancel is currently only applied to HistoryManager related services since history services may take long time to be processed. It makes no sense to cancel services like Read or Write since the execution time is too short.

Best Regards,
Unified Automation Support Team

Post Reply