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