Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ApplicationPartManagerExtensions.WithReferences Method
Definition
- Namespace:
- Orleans
- Assembly:
- Orleans.Core.dll
- Package:
- Microsoft.Orleans.Core v2.4.5
- Package:
- Microsoft.Orleans.Core v3.6.5
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 all assemblies referenced by the assemblies in the builder's Assemblies property.
public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies WithReferences(this Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies manager);
static member WithReferences : Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function WithReferences (manager As IApplicationPartManagerWithAssemblies) As IApplicationPartManagerWithAssemblies
Parameters
The builder.
Returns
The builder with the additionally included assemblies.
