Click or drag to resize

RemoteApiClientGetSimulationCompletionPercentageAsync Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPESvc
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task<int> GetSimulationCompletionPercentageAsync(
	Guid externalKey
)

Parameters

externalKey
Type: SystemGuid

Return Value

Type: TaskInt32

Implements

IRemoteApiGetSimulationCompletionPercentageAsync(Guid)
See Also