OrleansServiceClient Constructors
Class Constructors 1 member
Represents an Orleans client.
Constructor(OrleansService) Section titled Constructor(OrleansService) Represents an Orleans client.
public sealed class OrleansServiceClient{ public OrleansServiceClient( OrleansService service) { // ... }}Parameters
service OrleansService The Orleans service which this client connects to.