|
<< 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)
public static Guid GetSourceIdFromInstanceParameterUid(
Guid uid
)
uid
Type: Guid
The unique identifier of the instance parameter.
The source ID associated with the instance parameter UID.
Condition |
|
|---|---|
[KeyNotFoundException] |
Thrown when the parameter is not found in the managed or monitored instance parameters. |
BNCS.Core.DriverFramework Namespace