메소드 | 설명 | |
---|---|---|
ExecuteAsync ( ) : System.Threading.Tasks.Task |
When implemented in a derived class, executes the scheduled job asynchronously. Implementations that want to know whether the scheduled job is being cancelled can get a P:Microsoft.WindowsAzure.Mobile.Service.ScheduledJob.CancellationToken from the M:CancellationToken property.
|
public ExecuteAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |