|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Interfaces Namespace > IBncsInfodriver Interface > IBncsInfodriver Methods > IBncsInfodriver.RemoveSlotCallback Method |
Removes a specified callback from the slot callbacks collection.
Namespace: BNCS.Core.DriverFramework.Interfaces
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
void RemoveSlotCallback(
BncsInfodriverSlotCallback callback
)
callback
Type: BNCS.Core.DriverFramework.Bncs.BncsInfodriverSlotCallback
The callback to be removed. It must belong to this infodriver and have a valid slot index.
Condition |
|
|---|---|
[Exception] |
Thrown when the callback does not belong to this infodriver or when the slot index is not initialized. |
BNCS.Core.DriverFramework.Interfaces Namespace