Click or drag to resize

AccessDataUploadProgressEventArgs Constructor

Namespace:  Omada.OE.Solution.OIM.AppLogic.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public AccessDataUploadProgressEventArgs(
	string message,
	int percentComplete
)

Parameters

message
Type: SystemString
percentComplete
Type: SystemInt32
See Also