Platform Core .NET Assemblies API
TryGetParameterValue(Guid,String,ISerializableObject) Method
See Also  Send Feedback
Terrasoft.Core.Process Namespace > ProcessParameterMemoryStore Class > TryGetParameterValue Method : TryGetParameterValue(Guid,String,ISerializableObject) Method
processUId
The process unique identifier.
parameterPath
The path to the value of the parameter to be retrieved.
value
The value of the parameter of the Terrasoft.Common.ISerializableObject type.

Glossary Item Box

Attempts to retrieve the value of a parameter of the Terrasoft.Common.ISerializableObject type on the generated key. The key is formed by the value of the identifier processUId and the value of the parameter parameterPath.

Syntax

 
C#
 
 

Parameters

processUId
The process unique identifier.
parameterPath
The path to the value of the parameter to be retrieved.
value
The value of the parameter of the Terrasoft.Common.ISerializableObject type.

Return Value

true, if the store contains the value of the parameter on the generated key; otherwise - false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.