Show / Hide Table of Contents

Class DelegateCompletionCallback

Inheritance
System.Object
DelegateCompletionCallback
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class DelegateCompletionCallback : MulticastDelegate

Constructors

DelegateCompletionCallback(Object, IntPtr)

Declaration
public DelegateCompletionCallback(object object, IntPtr method)
Parameters
System.Object object

System.IntPtr method

Methods

BeginInvoke(NativeActivityContext, ActivityInstance, IDictionary<String, Object>, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(NativeActivityContext context, ActivityInstance completedInstance, IDictionary<string, object> outArguments, AsyncCallback callback, object object)
Parameters
NativeActivityContext context

ActivityInstance completedInstance

System.Collections.Generic.IDictionary<System.String, System.Object> outArguments

System.AsyncCallback callback

System.Object object

Returns
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult result

Invoke(NativeActivityContext, ActivityInstance, IDictionary<String, Object>)

Declaration
public virtual void Invoke(NativeActivityContext context, ActivityInstance completedInstance, IDictionary<string, object> outArguments)
Parameters
NativeActivityContext context

ActivityInstance completedInstance

System.Collections.Generic.IDictionary<System.String, System.Object> outArguments

Back to top Generated by DocFX