ClientBuilderExtensions.GetApplicationPartManager(IClientBuilder) 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.
Returns the ApplicationPartManager for this builder.
public static Orleans.ApplicationParts.IApplicationPartManager GetApplicationPartManager (this Orleans.IClientBuilder builder);
static member GetApplicationPartManager : Orleans.IClientBuilder -> Orleans.ApplicationParts.IApplicationPartManager
<Extension()>
Public Function GetApplicationPartManager (builder As IClientBuilder) As IApplicationPartManager
Parameters
- builder
- IClientBuilder
The builder.
Returns
The ApplicationPartManager for this builder.