Skip to content
Docs Try Aspire
Docs Try

withStreaming

Method
📦 Aspire.Hosting.Orleans v13.3.0
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

Applies to

This method applies to the following types: