FlexReport for WinForms
IsCancelled メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : IsCancelled メソッド
Represents one or more errors that occur during application execution.
Determines if task cancelled by an exception used to communicate task cancellation.
シンタックス
'宣言
 
Public Shared Function IsCancelled( _
   ByVal aex As System.AggregateException _
) As System.Boolean
'使用法
 
Dim aex As System.AggregateException
Dim value As System.Boolean
 
value = Utils.IsCancelled(aex)
public static System.bool IsCancelled( 
   System.AggregateException aex
)

パラメータ

aex
Represents one or more errors that occur during application execution.

戻り値の型

True if task System.Threading.Tasks.TaskCanceledException occured; false otherwise.
参照

参照

Utils クラス
Utils メンバ