ScheduledJob::Initialize Method (ScheduledJobDescriptor^, CancellationToken)
Initializes this ScheduledJob before execution begins.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
protected: virtual void Initialize( ScheduledJobDescriptor^ scheduledJobDescriptor, CancellationToken cancellationToken )
Parameters
- scheduledJobDescriptor
-
Type:
Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs::ScheduledJobDescriptor^
The ScheduledJobDescriptor describing the ScheduledJob.
- cancellationToken
-
Type:
System.Threading::CancellationToken
The CancellationToken to listen on for cancellation.
Show: