Interface IPingInfo
Represents information about server and session.
Namespace: BiExcellence.OpenBi.Api.Commands
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public interface IPingInfo
Properties
Handle
Gets the session handle.
Declaration
string? Handle { get; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Gets the server command API version.
Declaration
int Version { get; }
Property Value
| Type | Description |
|---|---|
| int |