ApplicationPartManagerExtensions.WithReferences 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 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.