Skip to content
Docs Try Aspire
Docs Try

OrleansServiceClient Constructors

Class Constructors 1 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)
{
// ...
}
}
service OrleansService The Orleans service which this client connects to.