Click or drag to resize
IdmNetClientApproveOrRejectAsync Method
Approve or reject a particular request

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Task<Message> ApproveOrRejectAsync(
	Approval pendingApproval,
	string reason,
	bool approve
)

Parameters

pendingApproval
Type: IdmNet.ModelsApproval
A pending approval object - EndpointAddress and WorkflowInstance must be populated.
reason
Type: SystemString
Reason for approving or denying the request.
approve
Type: SystemBoolean
If true, approve the request, otherwise reject

Return Value

Type: TaskMessage
SOAP Message from the resulting Approval Response created.

Implements

IIdmNetClientApproveOrRejectAsync(Approval, String, Boolean)
See Also