SessionControllerKeepAlive Method

POST /Session/KeepAlive/ Keep the current session, or a specified session, alive.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("KeepAlive")]
public IActionResult KeepAlive(
	[FromBodyAttribute] KeepAliveSessionOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsKeepAliveSessionOptions
The optional information to keep the session alive.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
A status code indicating success or the reason for failure.
See Also