Click or drag to resize

BootstrapperModulesEndpointsRegisterCrosserEndpoint Method

Register a custom Crosser Endpoint.

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static bool RegisterCrosserEndpoint(
	Expression<Func<ICrosserEndpoint>> endpoint
)

Parameters

endpoint
Type: System.Linq.ExpressionsExpressionFuncICrosserEndpoint
CrosserEndpoint to register as a Func

Return Value

Type: Boolean
True if the registration was successful
See Also