'Declaration Public Function New( _
ByVal deviceNameThe name of the device that generated the event.As String, _
ByVal automaticCaptureThe number of images camera will capture.As UInteger, _
ByVal timeBeforeFirstCaptureThe number of seconds before first capture.As UInteger, _
ByVal timeBetweenCapturesThe hundredths of a second between captures.As UInteger _
)
public DeviceAsyncEventArgs(
string deviceName,
uint automaticCapture,
uint timeBeforeFirstCapture,
uint timeBetweenCaptures
)
public: DeviceAsyncEventArgs(
string* deviceName,
uint automaticCapture,
uint timeBeforeFirstCapture,
uint timeBetweenCaptures
)
public:
DeviceAsyncEventArgs(
string^ deviceName,
uint automaticCapture,
uint timeBeforeFirstCapture,
uint timeBetweenCaptures
)
Parameters
- deviceName
- The name of the device that generated the event.
- automaticCapture
- The number of images camera will capture.
- timeBeforeFirstCapture
- The number of seconds before first capture.
- timeBetweenCaptures
- The hundredths of a second between captures.