FlexReport for WinForms
AsyncOperationWithProgressCompletedHandler<TResult,TProgress> デリゲート


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : AsyncOperationWithProgressCompletedHandler<TResult,TProgress> デリゲート
The result of the action.
The type of the progress data.
The asynchronous operation.
The status of asynchronous action.
Represents a method that handles the completed event of an asynchronous operation that provides progress updates.
シンタックス
'宣言
 
Public Delegate Sub AsyncOperationWithProgressCompletedHandler
    (Of TResult,TProgress)( _
   ByVal asyncInfo As IAsyncOperationWithProgress(Of TResult,TProgress), _
   ByVal asyncStatus As AsyncStatus _
) 
'使用法
 
Dim instance As New AsyncOperationWithProgressCompletedHandler(Of TResult,TProgress)(AddressOf HandlerMethod)
public delegate void AsyncOperationWithProgressCompletedHandler<TResult,TProgress>( 
   IAsyncOperationWithProgress<TResult,TProgress> asyncInfo,
   AsyncStatus asyncStatus
)

パラメータ

asyncInfo
The asynchronous operation.
asyncStatus
The status of asynchronous action.

型パラメータ

TResult
The result of the action.
TProgress
The type of the progress data.
参照

参照

AsyncOperationWithProgressCompletedHandler<TResult,TProgress> メンバ
C1.Document 名前空間