MarkerAPIRegisterDialogAutomationService Method |
Register a dialog automation service to be used for dialog automation.
Namespace: RAYLASE.MarkerAssembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.35.0
Syntaxpublic void RegisterDialogAutomationService(
IDialogAutomationService dialogAutomationService
)
Parameters
- dialogAutomationService IDialogAutomationService
- An instance of dialog automation service.
See Also