Difference between revisions of "Extensions.Flash.GetFlashSession"

From emotive
Jump to navigation Jump to search
(Created page with "Category:Flash == Classification == {{ClassificationActivity | GetFlashSession | Specifies the handle of flash back session by session ID | Term | Flash|OTX Flash ex...")
(No difference)

Revision as of 04:11, 1 August 2014

Classification

Name GetFlashSession
Short Description Specifies the handle of flash back session by session ID
Class Term
Extension OTX Flash extension
Group Flash session related terms
Exceptions UnsupportedFormatException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

FlashSession GetFlashSession(String sessionId);

Description

The GetFlashSession term is a handle of Flash session back, identified by a session ID

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
FlashSession Handle of Flash Session.

Properties

Name Data Type Class Default Cardinality Description
SessionID String Term - [1] A unique identifier in the environment that is used to identify a Flash session.

Examples

FlashSession result = GetFlashSession("sessionId");

See also

GetListOfValidFlashSessions
GetSessionID
GetSessionPriority
GetNumberOfBlocks
IsDownloadSession
GetFlashKey