Please tell me the operation of CommunicationIdFilter.

I am using XPP + 2019R2.

The following method detects an alarm occurrence and registers information in the database. Does this method work in sequence? Or will it work in parallel?

-----------------------------------------------------------------------

new VideoOS.Plattform.Messageing.CommunicationIdFilter(

VideoOS.Platform.Messaging.MessegeId.Server.NewAlarmIndication)

This only works in sequence, you get one alarm at a time.

​Dear, Bo-san

Thank you for your prompt reply.

I understand this matter.

Dear, Bo-san

Is there a way to achieve parallel processing without using ’new VideoOS.Plattform.Messageing.CommunicationIdFilter(

VideoOS.Platform.Messaging.MessegeId.Server.NewAlarmIndication)’?

There is no parallelism in the server-side. I wonder if I misunderstood the situation; if you have tasks after receiving these events that you want to do in parallel you can do so by spawning extra threads etc.