DevForce Help Reference
Notifications Property (CoroutineCompletedEventArgs)


The asynchronous actions performed by the iterator block.
Syntax
'Declaration
 
Public ReadOnly Property Notifications As ReadOnlyCollection(Of INotifyCompleted)
'Usage
 
Dim instance As CoroutineCompletedEventArgs
Dim value As ReadOnlyCollection(Of INotifyCompleted)
 
value = instance.Notifications
public ReadOnlyCollection<INotifyCompleted> Notifications {get;}
Remarks
Use the Notifications to track the results of each asynchronous operation within the iterator.
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

CoroutineCompletedEventArgs Class
CoroutineCompletedEventArgs Members

Send Feedback