Condividi tramite


NotificationHubJobPoller type

Descrive un poller per i tipi NotificationHubJob.

type NotificationHubJobPoller = PollerLike<
  OperationState<NotificationHubJob>,
  NotificationHubJob
>