KeepAliveSessionOptions Class |
The options class used to keep a session alive.
Inheritance Hierarchy
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataContractAttribute]
public class KeepAliveSessionOptions
<DataContractAttribute>
Public Class KeepAliveSessionOptions
[DataContractAttribute]
public ref class KeepAliveSessionOptions
[<DataContractAttribute>]
type KeepAliveSessionOptions = class end
The KeepAliveSessionOptions type exposes the following members.
Constructors
Properties|
| Name | Description |
|---|
 | SessionId |
An explicit session ID to keep alive.
|
Top
See Also