device_by_ref Method
Given a ref ID return a single device from the _devices list
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static device device_by_ref( string ref) |
VB |
Public Shared Function device_by_ref ( ref As String) As device |
Parameters
ref
Type: System.String
Return Value
Type: deviceSingle device of type "device"
See Also
functions Class
Scheduler Namespace