Namespace: Consultingwerk.OERA
Class 
AsyncTaskCompletedEventArgs Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.EventArgs

File:AsyncTaskCompletedEventArgs
Purpose:Event argument for the AsyncTaskCompleted event of the
ServiceAdapter
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Oct 11 14:28:45 CET 2014


Top Constructor Summary
Options Name Purpose
+ AsyncTaskCompletedEventArgs (Object, handle, ISerializable) Constructor for the AsyncTaskCompletedEventArgs class

Top Property Summary
Options Name Purpose
+ Progress.Lang.Object Context Returns the reference of the context object associated with the async task that was completed
+ Consultingwerk.EventArgs Empty Returns the default instance of the Consultingwerk.EventArgs class
Inherited from Consultingwerk.EventArgs
+ Consultingwerk.ISerializable Parameter Returns the reference to the parameter object instance returned by the task
+ HANDLE RequestHandle Returns the handle of the async-request that was completed


Constructor Detail
Top

PUBLIC AsyncTaskCompletedEventArgs (Object, handle, ISerializable)

Purpose: Constructor for the AsyncTaskCompletedEventArgs class
Notes:

Parameters:
poContext Progress.Lang.Object
The reference to the context object instance
phRequestHandle HANDLE
The handle of the async request
poParameter Consultingwerk.ISerializable
The reference to the parameter object instance returned by the task


Property Detail
Top

PUBLIC Progress.Lang.Object Context

Purpose: Returns the reference of the context object associated with the
async task that was completed
Notes:

Returns Progress.Lang.Object
Top

PUBLIC Consultingwerk.EventArgs Empty

Inherited from Consultingwerk.EventArgs
Purpose: Returns the default instance of the Consultingwerk.EventArgs class
Notes:

Returns Consultingwerk.EventArgs
Top

PUBLIC Consultingwerk.ISerializable Parameter

Purpose: Returns the reference to the parameter object instance returned by
the task
Notes:

Returns Consultingwerk.ISerializable
Top

PUBLIC HANDLE RequestHandle

Purpose: Returns the handle of the async-request that was completed
Notes:

Returns HANDLE


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:29:30