ScheduledJob::CancellationToken Property
Gets a CancellationToken indicating whether the scheduled job has been cancelled. Scheduled jobs that run for an extended amount of time should listen to this token to see if they are being cancelled.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public: property CancellationToken CancellationToken { [CompilerGeneratedAttribute] CancellationToken get(); [CompilerGeneratedAttribute] private: void set(CancellationToken value); }
Property Value
Type: System.Threading::CancellationToken
Show: