StaticGatewayListProvider 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.
Initializes a new instance of the StaticGatewayListProvider class.
public StaticGatewayListProvider (Microsoft.Extensions.Options.IOptions<Orleans.Configuration.StaticGatewayListProviderOptions> options, Microsoft.Extensions.Options.IOptions<Orleans.Configuration.GatewayOptions> gatewayOptions);
new Orleans.Messaging.StaticGatewayListProvider : Microsoft.Extensions.Options.IOptions<Orleans.Configuration.StaticGatewayListProviderOptions> * Microsoft.Extensions.Options.IOptions<Orleans.Configuration.GatewayOptions> -> Orleans.Messaging.StaticGatewayListProvider
Public Sub New (options As IOptions(Of StaticGatewayListProviderOptions), gatewayOptions As IOptions(Of GatewayOptions))
Parameters
- options
- IOptions<StaticGatewayListProviderOptions>
The specific options.
- gatewayOptions
- IOptions<GatewayOptions>
The general gateway options.