OrleansServiceExtensions.AddOrleans 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 an Orleans service to the application.
public static Aspire.Hosting.Orleans.OrleansService AddOrleans (this Aspire.Hosting.IDistributedApplicationBuilder builder, string name);
static member AddOrleans : Aspire.Hosting.IDistributedApplicationBuilder * string -> Aspire.Hosting.Orleans.OrleansService
<Extension()>
Public Function AddOrleans (builder As IDistributedApplicationBuilder, name As String) As OrleansService
Parameters
- builder
- IDistributedApplicationBuilder
The application builder.
- name
- String
The name of the Orleans service.
Returns
The Orleans service builder.