EngineTryGetCurrentEngine Method |
Attempts to get the current engine instance.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static bool TryGetCurrentEngine(
out IEngine?? engine
)
Public Shared Function TryGetCurrentEngine (
<OutAttribute> ByRef engine As IEngine
) As Boolean
public:
static bool TryGetCurrentEngine(
[OutAttribute] IEngine^% engine
)
static member TryGetCurrentEngine :
engine : IEngine byref -> bool
Parameters
- engine
- Type: Dundas.BIIEngine
When this method returns, the current engine instance, or if there is none.
Return Value
Type:
Boolean if there is an engine; otherwise,
.
See Also