Method | Description | |
---|---|---|
IsCancelled ( Task task ) : Task | ||
IsCancelled ( Task task, System.TimeSpan timeout ) : Task |
public static IsCancelled ( Task task ) : Task | ||
task | Task | |
return | Task |
public static IsCancelled ( Task task, System.TimeSpan timeout ) : Task | ||
task | Task | |
timeout | System.TimeSpan | |
return | Task |