IScheduledJobActivator Interface
Provides an abstraction for instantiating an instance of a scheduled job. An implementation can be registered via the T:System.Web.Http.Services.DependencyResolver.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | Create(ScheduledJobDescriptor^, IDependencyScope^) | Create a new instance of a scheduled job with a given jobDescriptor within the provided dependencyScope. |
Show:
