OrleansService
Class sealed net10.0
Describes an Orleans service.
namespace Aspire.Hosting.Orleans;
public sealed class OrleansService{ // ...} 10 members
Constructors1
Section titled ConstructorsProperties9
Section titled PropertiesBroadcastChannelgetDictionary<string, IProviderConfiguration> Gets the broadcast channel providers.
BuildergetIDistributedApplicationBuilder Gets the distributed application builder.
Clusteringget; set Gets or sets the clustering provider.
EnableDistributedTracingget; setbool? Gets or sets a value indicating whether to enable tracing of grain calls.
GrainDirectorygetDictionary<string, IProviderConfiguration> Gets the grain directory providers.
GrainStoragegetDictionary<string, IProviderConfiguration> Gets the grain storage providers.
Namegetstring Gets the name of the service.
Remindersget; set Gets or sets the reminder service provider.
StreaminggetDictionary<string, IProviderConfiguration> Gets the stream providers.