IBncsInfodriver.RemoveSlotCallback Method

<< 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)

 

Syntax


void RemoveSlotCallback(
 BncsInfodriverSlotCallback callback
)

Parameters

callback

Type: BNCS.Core.DriverFramework.Bncs.BncsInfodriverSlotCallback
The callback to be removed. It must belong to this infodriver and have a valid slot index.

 

Exceptions


Exception

Condition

[Exception]

Thrown when the callback does not belong to this infodriver or when the slot index is not initialized.

 

See Also


IBncsInfodriver Interface

BNCS.Core.DriverFramework.Interfaces Namespace