Skip to content
DocsTry Aspire
DocsTry

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

Applies to

This method applies to the following types: