Interface ICamApiHandlerApplicationUpdateStartProgress
Handler for event to be called when cam app start progress is updated
Namespace: CAMAPI.Application
Assembly: CAMAPI.Application.dll
Syntax
[Guid("2440B526-2CBA-4918-B451-3705068659EC")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiHandlerApplicationUpdateStartProgress
Methods
ApplicationUpdateStartProgress(string, string, int)
Declaration
void ApplicationUpdateStartProgress(string HandlerIdent, string ProgressStageCaption, int ProgressStagePercent)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
string | ProgressStageCaption | |
int | ProgressStagePercent |