اقرأ باللغة الإنجليزية تحرير

مشاركة عبر


AsyncCodeActivity<TResult>.EndExecute Method

Definition

When implemented in a derived class and using the specified execution environment information, notifies the workflow runtime that the associated asynchronous activity operation has completed.

C#
protected abstract TResult EndExecute(System.Activities.AsyncCodeActivityContext context, IAsyncResult result);

Parameters

context
AsyncCodeActivityContext

Information that defines the execution environment for the AsyncCodeActivity.

result
IAsyncResult

The implemented IAsyncResult that returns the status of an asynchronous activity when execution ends.

Returns

TResult

A generic type.

Applies to

منتج الإصدارات
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1