Click or drag to resize

BootstrapperModulesEndpointsRegisterMonitorEndpoint Method

Register a custom Crosser Monitor Endpoint.

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

Parameters

endpoint
Type: System.Linq.ExpressionsExpressionFuncIMonitorEndpoint
MonitoringEndpoint to register as a Func

Return Value

Type: Boolean
True if the registration was successful
See Also