OrleansService Properties
Class Properties 9 members
Describes an Orleans service.
Gets the broadcast channel providers.
public Dictionary<string, IProviderConfiguration> BroadcastChannel { get; } Gets the distributed application builder.
public IDistributedApplicationBuilder Builder { get; } Gets or sets the clustering provider.
public IProviderConfiguration? Clustering { get; set; } Gets or sets a value indicating whether to enable tracing of grain calls.
public bool? EnableDistributedTracing { get; set; }Remarks
Distributed tracing is enabled by default.
Gets the grain directory providers.
public Dictionary<string, IProviderConfiguration> GrainDirectory { get; } Gets the grain storage providers.
public Dictionary<string, IProviderConfiguration> GrainStorage { get; } Gets or sets the reminder service provider.
public IProviderConfiguration? Reminders { get; set; } Gets the stream providers.
public Dictionary<string, IProviderConfiguration> Streaming { get; }