EndpointOptions
class
Namespace: Orleans.Configuration
Configures the Silo endpoint options
public class EndpointOptionsConstructors
Properties
AdvertisedIPAddressThe IP address used for clustering.GatewayListeningEndpointGets or sets the endpoint used to listen for client to silo communication. If not set will default toEndpointOptions+EndpointOptionsGatewayPortGets or sets the port this silo uses for silo-to-client (gateway) communication. Specify 0 to disable gateway functionality.SiloListeningEndpointGets or sets the endpoint used to listen for silo to silo communication. If not set will default toEndpointOptions+EndpointOptionsSiloPortGets or sets the port this silo uses for silo-to-silo communication.
Fields
DEFAULT_GATEWAY_PORTThe default value forEndpointOptions.DEFAULT_SILO_PORTThe default value forEndpointOptions.
