1 instantiation of OrleansService
Aspire.Hosting.Orleans (1)
OrleansServiceExtensions.cs (1)
30
=>
new
(builder, name);
66 references to OrleansService
Aspire.Hosting.Orleans (65)
OrleansService.cs (1)
14
/// <summary>Initializes a new <see cref="
OrleansService
"/> instance.</summary>
OrleansServiceClient.cs (2)
11
public sealed class OrleansServiceClient(
OrleansService
service)
16
public
OrleansService
Service { get; } = service;
OrleansServiceExtensions.cs (62)
27
public static
OrleansService
AddOrleans(
39
public static
OrleansService
WithClusterId(
40
this
OrleansService
orleansServiceBuilder,
53
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithClusterId(
OrleansService
, string)"/> instead.</remarks>
55
public static
OrleansService
WithClusterId(
56
this
OrleansService
orleansServiceBuilder,
70
public static
OrleansService
WithServiceId(
71
this
OrleansService
orleansServiceBuilder,
84
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithServiceId(
OrleansService
, string)"/> instead.</remarks>
86
public static
OrleansService
WithServiceId(
87
this
OrleansService
orleansServiceBuilder,
101
public static
OrleansService
WithClustering(
102
this
OrleansService
orleansServiceBuilder,
112
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithClustering(
OrleansService
, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
114
public static
OrleansService
WithClustering(
115
this
OrleansService
orleansServiceBuilder,
128
public static
OrleansService
WithDevelopmentClustering(
129
this
OrleansService
orleansServiceBuilder)
138
/// <remarks>This resource name is the name the application will use to resolve the provider. This method is not available in polyglot app hosts. Use <see cref="WithGrainStorage(
OrleansService
, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
140
public static
OrleansService
WithGrainStorage(
141
this
OrleansService
orleansServiceBuilder,
153
public static
OrleansService
WithGrainStorage(
154
this
OrleansService
orleansServiceBuilder,
166
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithGrainStorage(
OrleansService
, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
168
public static
OrleansService
WithGrainStorage(
169
this
OrleansService
orleansServiceBuilder,
184
public static
OrleansService
WithMemoryGrainStorage(
185
this
OrleansService
orleansServiceBuilder,
195
/// <remarks>This resource name is the name the application will use to resolve the provider. This method is not available in polyglot app hosts. Use <see cref="WithStreaming(
OrleansService
, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
197
public static
OrleansService
WithStreaming(
198
this
OrleansService
orleansServiceBuilder,
210
public static
OrleansService
WithStreaming(
211
this
OrleansService
orleansServiceBuilder,
223
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithStreaming(
OrleansService
, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
225
public static
OrleansService
WithStreaming(
226
this
OrleansService
orleansServiceBuilder,
241
public static
OrleansService
WithMemoryStreaming(
242
this
OrleansService
orleansServiceBuilder,
253
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithBroadcastChannel(
OrleansService
, string)"/> instead.</remarks>
255
public static
OrleansService
WithBroadcastChannel(
256
this
OrleansService
orleansServiceBuilder,
271
public static
OrleansService
WithBroadcastChannel(
272
this
OrleansService
orleansServiceBuilder,
283
public static
OrleansService
WithReminders(
284
this
OrleansService
orleansServiceBuilder,
294
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithReminders(
OrleansService
, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
296
public static
OrleansService
WithReminders(
297
this
OrleansService
orleansServiceBuilder,
310
public static
OrleansService
WithMemoryReminders(
311
this
OrleansService
orleansServiceBuilder)
323
/// <remarks>This resource name is the name the application will use to resolve the provider. This method is not available in polyglot app hosts. Use <see cref="WithGrainDirectory(
OrleansService
, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
325
public static
OrleansService
WithGrainDirectory(
326
this
OrleansService
orleansServiceBuilder,
338
public static
OrleansService
WithGrainDirectory(
339
this
OrleansService
orleansServiceBuilder,
351
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="WithGrainDirectory(
OrleansService
, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
353
public static
OrleansService
WithGrainDirectory(
354
this
OrleansService
orleansServiceBuilder,
368
public static OrleansServiceClient AsClient(this
OrleansService
orleansService)
383
OrleansService
orleansService)
391
OrleansService
orleansService,
395
var
res = orleansService;
Orleans.AppHost (1)
Program.cs (1)
7
var
orleans = builder.AddOrleans("my-app")