Interface ICamIpcHandlerApplicationUpdateStartProgress
Handler for event to be called when cam app start progress is updated
Namespace: CAMIPC.Application
Assembly: CAMIPC.Application.dll
Syntax
[Guid("2563111C-8AFD-463F-B1DA-376A0430CC2D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcHandlerApplicationUpdateStartProgress
Methods
ApplicationUpdateStartProgress(string, string, int)
Declaration
void ApplicationUpdateStartProgress(string HandlerIdent, string ProgressStageCaption, int ProgressStagePercent)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
string | ProgressStageCaption | |
int | ProgressStagePercent |