Step4CloudEventsService Property

Dependency injected service to interop with Cloud Services, e.g. when the receiver gets a message from a device or when a new account is created, a device send a message to the receiver, etc.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.Wizards
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[InjectAttribute]
public required CloudEventsService CloudEventsService { get; set; }

Property Value

CloudEventsService

Implements

IHasCloudEventsServiceCloudEventsService

See Also