Show / Hide Table of Contents

Class InvokeMethod

Inheritance
System.Object
Activity
AsyncCodeActivity
InvokeMethod
Inherited Members
AsyncCodeActivity.Cancel(AsyncCodeActivityContext)
AsyncCodeActivity.CacheMetadata(ActivityMetadata)
AsyncCodeActivity.ImplementationVersion
AsyncCodeActivity.Implementation
Activity.ToString()
Activity.ShouldSerializeDisplayName()
Activity.Constraints
Activity.CacheId
Activity.DisplayName
Activity.Id
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public sealed class InvokeMethod : AsyncCodeActivity, IAsyncCodeActivity

Constructors

InvokeMethod()

Declaration
public InvokeMethod()

Properties

GenericTypeArguments

Declaration
public Collection<Type> GenericTypeArguments { get; }
Property Value
System.Collections.ObjectModel.Collection<System.Type>

MethodName

Declaration
public string MethodName { get; set; }
Property Value
System.String

Parameters

Declaration
public Collection<Argument> Parameters { get; }
Property Value
System.Collections.ObjectModel.Collection<Argument>

Result

Declaration
public OutArgument Result { get; set; }
Property Value
OutArgument

RunAsynchronously

Declaration
public bool RunAsynchronously { get; set; }
Property Value
System.Boolean

TargetObject

Declaration
public InArgument TargetObject { get; set; }
Property Value
InArgument

TargetType

Declaration
public Type TargetType { get; set; }
Property Value
System.Type

Methods

BeginExecute(AsyncCodeActivityContext, AsyncCallback, Object)

Declaration
protected override IAsyncResult BeginExecute(AsyncCodeActivityContext context, AsyncCallback callback, object state)
Parameters
AsyncCodeActivityContext context

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

Overrides
AsyncCodeActivity.BeginExecute(AsyncCodeActivityContext, AsyncCallback, Object)

CacheMetadata(CodeActivityMetadata)

Declaration
protected override void CacheMetadata(CodeActivityMetadata metadata)
Parameters
CodeActivityMetadata metadata

Overrides
AsyncCodeActivity.CacheMetadata(CodeActivityMetadata)

EndExecute(AsyncCodeActivityContext, IAsyncResult)

Declaration
protected override void EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
Parameters
AsyncCodeActivityContext context

System.IAsyncResult result

Overrides
AsyncCodeActivity.EndExecute(AsyncCodeActivityContext, IAsyncResult)
Back to top Generated by DocFX