示例#1
0
 public void DeleteRegistration(string deviceIdentifier)
 {
     hubClient.DeleteInstallation(deviceIdentifier);
 }