Skip to content
Docs Try Aspire

OrleansService.withStreaming

Method
📦 Aspire.Hosting.Orleans v13.2.0-preview.1.26159.1
interface OrleansService {
// ... omitted for brevity
withStreaming(
name: string,
provider: IResourceWithConnectionString): OrleansService;
}

Signature

method withStreaming
Adds an Orleans stream provider
withStreaming(
name: string,
provider: IResourceWithConnectionString): OrleansService
name string
provider IResourceWithConnectionString
OrleansService

Defined on

This method is defined on the following type: