Skip to content
DocsTry Aspire
DocsTry

OrleansService.withClusterId

Method
📦 Aspire.Hosting.Orleans v13.4.0
interface OrleansService {
// ... omitted for brevity
withClusterId(clusterId: string): OrleansService;
}

Signature

methodwithClusterId
Sets the ClusterId of the Orleans service.
withClusterId(clusterId: string): OrleansService
clusterIdstring
OrleansService

Defined on

This method is defined on the following type: