'Declaration Public Function GetSupportedAsyncEvents() As DeviceEventId()
'Usage Dim instance As Device Dim value() As DeviceEventId value = instance.GetSupportedAsyncEvents()
public DeviceEventId[] GetSupportedAsyncEvents()
public: DeviceEventId[]* GetSupportedAsyncEvents();
public: array<DeviceEventId>^ GetSupportedAsyncEvents();
Return Value
An array of asynchronous events supported by device.