OrleansServiceClient(OrleansService) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Orleans client.
public OrleansServiceClient (Aspire.Hosting.Orleans.OrleansService service);
new Aspire.Hosting.Orleans.OrleansServiceClient : Aspire.Hosting.Orleans.OrleansService -> Aspire.Hosting.Orleans.OrleansServiceClient
Public Sub New (service As OrleansService)
Parameters
- service
- OrleansService
The Orleans service which this client connects to.