Interface ICamApiEventHandler
Basic empty interface to be used in registering handlers for events
Namespace: CAMAPI.EventHandler
Assembly: CAMAPI.EventHandler.dll
Syntax
[Guid("284B6D01-77FF-4737-842C-101619A6AD17")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiEventHandler
Methods
GetAsyncMode(string)
Event will be executed in async mode (default) - CAM application will not wait for event to be executed
Declaration
bool GetAsyncMode(string InterfaceUid)
Parameters
Type | Name | Description |
---|---|---|
string | InterfaceUid |
Returns
Type | Description |
---|---|
bool |