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