What is Alternative overloaded method for GetUpdatedAlarmEvents() method
SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2016-10-1109:49 AM
There is an overload for GetUpdatedAlarmEvents with the parameter order changed.
The problem wass really a syntactic thing. If you weren't using any filters (e.g. priorityTo etc) you still needed to supply all of the null parameters to then supply the lastUpdate parameter. This was cumbersome to do. Using the new overload is simply cleaner to use.
You can still use the old method but if you're updating your code, you should just switch over. I have no plans to remove the old deprecated overload at this time.
Link copied. Please paste this link to share this article on your social media post.
2016-10-1109:49 AM
There is an overload for GetUpdatedAlarmEvents with the parameter order changed.
The problem wass really a syntactic thing. If you weren't using any filters (e.g. priorityTo etc) you still needed to supply all of the null parameters to then supply the lastUpdate parameter. This was cumbersome to do. Using the new overload is simply cleaner to use.
You can still use the old method but if you're updating your code, you should just switch over. I have no plans to remove the old deprecated overload at this time.