Interface ICamIpcEventHandler
Basic empty interface to be used in registering handlers for events
Namespace: CAMIPC.EventHandler
Assembly: CAMIPC.EventHandler.dll
Syntax
[Guid("5F5769EE-16E3-4D5D-8EBF-4DE627463B67")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcEventHandler
Methods
GetTimeOut(string)
Time in milliseconds CAM application will wait this handler to execute event (-1 for Async (default), 0 for infinite)
Declaration
int GetTimeOut(string InterfaceUid)
Parameters
| Type | Name | Description |
|---|---|---|
| string | InterfaceUid |
Returns
| Type | Description |
|---|---|
| int |