Slot.OnSlotEvent Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Delegate Sub OnSlotEvent ( _
    evt As Slot.SlotEventType _
)
public delegate void OnSlotEvent(
    Slot.SlotEventType evt
)
public delegate void OnSlotEvent(
    Slot::SlotEventType evt
)
type OnSlotEvent = 
    delegate of 
        evt:Slot.SlotEventType -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT.Cryptoki Namespace