This documentation is archived and is not being maintained.
DelegateCompletionCallback Delegate
Visual Studio 2010
Represents the method that is called when an ActivityDelegate completes.
Assembly: System.Activities (in System.Activities.dll)
public delegate void DelegateCompletionCallback( NativeActivityContext^ context, ActivityInstance^ completedInstance, IDictionary<String^, Object^>^ outArguments )
Parameters
- context
- Type: System.Activities::NativeActivityContext
The execution environment of the activity handling the callback.
- completedInstance
- Type: System.Activities::ActivityInstance
The completed activity instance of the ActivityDelegate handler.
- outArguments
- Type: System.Collections.Generic::IDictionary<String, Object>
The output arguments of the completed ActivityDelegate.
The values in the outArguments dictionary are the ActivityDelegateParameter values of the ActivityDelegate that are assigned when the ActivityDelegate is invoked, keyed by Name().
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: