BncsDatabase.RemoveSlotCallback Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Bncs Namespace > BncsDatabase Class > BncsDatabase Methods >

BncsDatabase.RemoveSlotCallback Method

Removes a slot callback for the specified slot index.

Namespace: BNCS.Core.DriverFramework.Bncs
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public void RemoveSlotCallback(
 BncsDatabaseSlotCallback callback
)

Parameters

callback

Type: BNCS.Core.DriverFramework.Bncs.BncsDatabaseSlotCallback
The BncsDatabaseSlotCallback instance to remove.

 

Exceptions


Exception

Condition

Exception

This callback does not belong to this database

Exception

Slot index not initialised

 

See Also


BncsDatabase Class

BNCS.Core.DriverFramework.Bncs Namespace