Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationPartManagerExtensions.AddApplicationPart Method

Definition

Namespace:
Orleans
Assembly:
Orleans.Core.dll
Package:
Microsoft.Orleans.Core v2.4.5
Package:
Microsoft.Orleans.Core v3.6.5
Source:
ApplicationPartManagerExtensions.cs

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.

Applies to