SP-ICE-3 User's Manual
SP-ICE-3 User's Manual
13 Programmer's API Reference
RAYLASE.SPICE3.ClientLib
ListAPI Class
ListAPI Methods
AbortExecution Method
ClearPendingEvents Method
Delete Method
Execute Method
Get Method
GetLastExecutionStats Method
GetListCaret Method
GetListStatus Method
GetStoredListIDs Method
InterruptWaitForListDone Method
InterruptWaitForListIdle Method
InterruptWaitForProgress Method
IsExecutionInProgress Method
Load Method
RegisterErrorEventCallback Method
RegisterListDoneCallback Method
RegisterListIdleCallback Method
RegisterProgressCallback Method
Set Method
Store Method
TryWaitForListDone Method
TryWaitForListIdle Method
TryWaitForProgress Method
UnregisterErrorEventCallback Method
UnregisterListDoneCallback Method
UnregisterListIdleCallback Method
UnregisterProgressCallback Method
WaitForListDone Method
WaitForListIdle Method
WaitForProgress Method
List
API
Interrupt
Wait
For
List
Done Method
Interrupts a current blocking call to
WaitForListDone(Nullable
Int32
, Nullable
Int32
)
and
TryWaitForListDone(Nullable
Int32
, Nullable
Int32
)
.
Namespace:
RAYLASE.SPICE3.ClientLib
Assembly:
RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax
C#
Copy
public
void
InterruptWaitForListDone
()
Remarks
This can be called asynchronously to
WaitForListDone(Nullable
Int32
, Nullable
Int32
)
and
TryWaitForListDone(Nullable
Int32
, Nullable
Int32
)
. Doing so will cause
WaitForListDone(Nullable
Int32
, Nullable
Int32
)
and
TryWaitForListDone(Nullable
Int32
, Nullable
Int32
)
to throw a
ThreadInterruptedException
.
See Also
Reference
ListAPI Class
RAYLASE.SPICE3.ClientLib Namespace
WaitForListDone(Nullable
Int32
, Nullable
Int32
)
TryWaitForListDone(Nullable
Int32
, Nullable
Int32
)
Copyright © 2017-2024 RAYLASE GmbH