C-DEngine 5.105

IHttpInterceptor..::..RegisterStatusRequest Method

This function allows a plugin to register a callback function that adds HTML to the web page that is displayed when the user summons the cdeStatus.aspx status page with either ALL or DIAG specified as a parameter.

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void RegisterStatusRequest(
	Action<TheRequestData> sinkGetStat
)
Sub RegisterStatusRequest ( _
	sinkGetStat As Action(Of TheRequestData) _
)
void RegisterStatusRequest(
	Action<TheRequestData^>^ sinkGetStat
)

Parameters

sinkGetStat
Type: Action<(Of <(<'TheRequestData>)>)>
A callback function to provide the requested status information.