ApplicationPartManagerExtensions.ConfigureDefaults 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 default application parts if no non-framework parts have been added.
public static Orleans.ApplicationParts.IApplicationPartManager ConfigureDefaults (this Orleans.ApplicationParts.IApplicationPartManager applicationPartsManager);
static member ConfigureDefaults : Orleans.ApplicationParts.IApplicationPartManager -> Orleans.ApplicationParts.IApplicationPartManager
<Extension()>
Public Function ConfigureDefaults (applicationPartsManager As IApplicationPartManager) As IApplicationPartManager
Parameters
- applicationPartsManager
- IApplicationPartManager
The application part manager.
Returns
The application part manager.