Table of Contents

TTMSFNCCloudExceptionless.GetStackByID Method

Returns the loaded stack with the given identifier across all projects.

API unit family: TMSFNCCloudExceptionless Declaring type: TTMSFNCCloudExceptionless Inherited from: TTMSFNCCustomCloudExceptionless

Syntax

function GetStackByID(AStackID: string): TTMSFNCCloudExceptionlessStack;

Parameters

Name Description
AStackID Identifier of the stack to find.

Returns

The matching stack, or nil when none is loaded with that identifier.