WorkflowInstanceExtensionManager.Add<T> Method (Func<T>)
.NET Framework 4
Adds an extension to the collection of extensions using the specified Func<TResult>.
Assembly: System.Activities (in System.Activities.dll)
Type Parameters
- T
The type of extension to add.
Parameters
- extensionCreationFunction
- Type: System.Func<T>
The method that creates the extension.
If any of the Add() overloads are called after MakeReadOnly(), an InvalidOperationException is thrown.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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.