Expand Minimize
This topic has not yet been rated - Rate this topic

NativeActivityUpdateContext.ScheduleFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> Method (ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, CompletionCallback<TResult>, FaultCallback)

.NET Framework 4.5

Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> that has fifteen parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

Namespace:  System.Activities.DynamicUpdate
Assembly:  System.Activities (in System.Activities.dll)
public void ScheduleFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>(
	ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> activityFunc,
	T1 argument1,
	T2 argument2,
	T3 argument3,
	T4 argument4,
	T5 argument5,
	T6 argument6,
	T7 argument7,
	T8 argument8,
	T9 argument9,
	T10 argument10,
	T11 argument11,
	T12 argument12,
	T13 argument13,
	T14 argument14,
	CompletionCallback<TResult> onCompleted,
	FaultCallback onFaulted
)

Type Parameters

T1

The data that is carried into an activity.

T2

The data that is carried into an activity.

T3

The data that is carried into an activity.

T4

The data that is carried into an activity.

T5

The data that is carried into an activity.

T6

The data that is carried into an activity.

T7

The data that is carried into an activity.

T8

The data that is carried into an activity.

T9

The data that is carried into an activity.

T10

The data that is carried into an activity.

T11

The data that is carried into an activity.

T12

The data that is carried into an activity.

T13

The data that is carried into an activity.

T14

The data that is carried into an activity.

TResult

The type of the NativeActivity child activity out argument.

Parameters

activityFunc
Type: System.Activities.ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>

A child activity that runs when a specific event occurs in the parent activity and returns a value.

argument1
Type: T1

An argument that carries data into an activity.

argument2
Type: T2

An argument that carries data into an activity.

argument3
Type: T3

An argument that carries data into an activity.

argument4
Type: T4

An argument that carries data into an activity.

argument5
Type: T5

An argument that carries data into an activity.

argument6
Type: T6

An argument that carries data into an activity.

argument7
Type: T7

An argument that carries data into an activity.

argument8
Type: T8

An argument that carries data into an activity.

argument9
Type: T9

An argument that carries data into an activity.

argument10
Type: T10

An argument that carries data into an activity.

argument11
Type: T11

An argument that carries data into an activity.

argument12
Type: T12

An argument that carries data into an activity.

argument13
Type: T13

An argument that carries data into an activity.

argument14
Type: T14

An argument that carries data into an activity.

onCompleted
Type: System.Activities.CompletionCallback<TResult>

A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

onFaulted
Type: System.Activities.FaultCallback

A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

.NET Framework

Supported in: 4.5

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.