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.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property CancellationToken CancellationToken {
	[CompilerGeneratedAttribute]
	CancellationToken get();
	[CompilerGeneratedAttribute]
	private: void set(CancellationToken value);
}
Return to top
Show: