Skip to content
DocsTry Aspire
DocsTry

OrleansService.withStreaming

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

Signature

methodwithStreaming
Adds a stream provider to the Orleans service.
withStreaming(
name: string,
provider: IResourceWithConnectionString): OrleansService
namestring
providerIResourceWithConnectionString
OrleansService

Defined on

This method is defined on the following type: