使用NotificationHubClient,我想创建一个不存在的安装。但是当我运行GetInstallation(id)且id不存在时,出现了异常:
Microsoft.Azure.NotificationHubs.Messaging.MessagingEntityNotFoundException: 'The remote server returned an error: (404) Not Found. Installation not found.TrackingId
。
如何在不尝试/不捕获GetInstallation()方法的情况下检查安装是否已经存在?