Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagejava
linenumbersfalse
//код рассылки "уведомление об отключении"
int dispatchId = X;
service.setEventForSubscription(
subscription );

ServerContext context = ServerContext.get();
DispatchService service = context.getService( DispatchService.class, 0  );
service.setEventForSubscription( dispatchId, event.getContractId() );