InternalServiceGetOneTimeUnits Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public Guid[] GetOneTimeUnits(
	Guid transmissionId,
	int numberOfUnits,
	int multiplier,
	EasyWorkflowAction action,
	Guid userId,
	out int totalCost
)

Parameters

transmissionId  Guid
 
numberOfUnits  Int32
 
multiplier  Int32
 
action  EasyWorkflowAction
 
userId  Guid
 
totalCost  Int32
 

Return Value

Guid

See Also