Skip to content
DocsTry Aspire
DocsTry

OrleansServiceClient Constructors

ClassConstructors1 member
Represents an Orleans client configuration that can be referenced by application resources.
Represents an Orleans client configuration that can be referenced by application resources.
public sealed class OrleansServiceClient
{
public OrleansServiceClient(
OrleansService service)
{
// ...
}
}
serviceOrleansServiceThe Orleans service which this client connects to.