BncsFramework.GetSourceIdFromInstanceParameterUid Method

<< Click to Display Table of Contents >>

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

BncsFramework.GetSourceIdFromInstanceParameterUid Method

Retrieves the source ID from the instance parameter UID.

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

 

Syntax


public static Guid GetSourceIdFromInstanceParameterUid(
 Guid uid
)

Parameters

uid

Type: Guid
The unique identifier of the instance parameter.

Return Value

The source ID associated with the instance parameter UID.

 

Exceptions


Exception

Condition

[KeyNotFoundException]

Thrown when the parameter is not found in the managed or monitored instance parameters.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace