Skip to content
Docs Try Aspire

withClusterId

Function
📦 Aspire.Hosting.Orleans v13.2.0-preview.1.26159.1
interface OrleansService {
// ... omitted for brevity
withClusterId(clusterId: string): OrleansService;
}

Signature

method withClusterId
Sets the Orleans cluster ID
withClusterId(clusterId: string): OrleansService
clusterId string
OrleansService

Applies to

This function is an extension method on the following types: