ClientBuilderExtensions.UseEnvironment(IClientBuilder, String) 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.
Specify the environment to be used by the host.
public static Orleans.IClientBuilder UseEnvironment (this Orleans.IClientBuilder hostBuilder, string environment);
static member UseEnvironment : Orleans.IClientBuilder * string -> Orleans.IClientBuilder
<Extension()>
Public Function UseEnvironment (hostBuilder As IClientBuilder, environment As String) As IClientBuilder
Parameters
- hostBuilder
- IClientBuilder
The host builder to configure.
- environment
- String
The environment to host the application in.
Returns
The host builder.