BncsFramework.GetInstanceParameter Method (Guid)

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > GetInstanceParameter Method  >

BncsFramework.GetInstanceParameter Method (Guid)

Retrieves the instance parameter with the specified unique identifier.

Namespace: BNCS.Core.DriverFramework
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static Nullable<IBNCSInstanceParameter> GetInstanceParameter(
 Guid uid
)

Parameters

uid

Type: Guid
The unique identifier of the instance parameter to retrieve.

Return Value

The instance parameter with the specified unique identifier, if found; otherwise, null.

 

Exceptions


Exception

Condition

[KeyNotFoundException]

Thrown when the parameter with the specified unique identifier is not found.

 

See Also


BncsFramework Class

GetInstanceParameter Overload

BNCS.Core.DriverFramework Namespace