ApplicationPartManagerExtensions.AddApplicationPart Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the provided assembly to the builder.
public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies AddApplicationPart (this Orleans.ApplicationParts.IApplicationPartManager manager, System.Reflection.Assembly assembly);
static member AddApplicationPart : Orleans.ApplicationParts.IApplicationPartManager * System.Reflection.Assembly -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function AddApplicationPart (manager As IApplicationPartManager, assembly As Assembly) As IApplicationPartManagerWithAssemblies
Parameters
- manager
- IApplicationPartManager
The builder.
- assembly
- Assembly
The assembly.
Returns
The builder with the additionally added assembly.