OrleansServiceExtensions.AsClient(OrleansService) Method
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.
Returns a model of the clients of an Orleans service.
public static Aspire.Hosting.Orleans.OrleansServiceClient AsClient (this Aspire.Hosting.Orleans.OrleansService orleansService);
static member AsClient : Aspire.Hosting.Orleans.OrleansService -> Aspire.Hosting.Orleans.OrleansServiceClient
<Extension()>
Public Function AsClient (orleansService As OrleansService) As OrleansServiceClient
Parameters
- orleansService
- OrleansService
The Orleans service
Returns
A model of the clients of an Orleans service.