DevForce Help Reference
CoroutineOperation Class
Members 


Returned by a Start(Func<IEnumerable<INotifyCompleted>>,Action<CoroutineOperation>) or StartParallel(Func<IEnumerable<INotifyCompleted>>,Action<CoroutineOperation>) call.
Object Model
CoroutineOperation ClassCoroutineCompletedEventArgs Class
Syntax
Remarks
Use the CoroutineOperation to track the status of the coroutine iterator. You can add a Completed event handler to process results.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.BaseOperation<TEventArgs,TOp>
      IdeaBlade.EntityModel.CoroutineOperation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CoroutineOperation Members
IdeaBlade.EntityModel Namespace

Send Feedback