Click or drag to resize

AccessRequestIntegrationControllerDeleteAccessRequestAsync Method

Get access request survey and sends it to Analytics Event Hub async

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task DeleteAccessRequestAsync(
	string accessRequestId,
	DateTime timeStamp
)

Parameters

accessRequestId
Type: SystemString
Unique identifier of the access request
timeStamp
Type: SystemDateTime
DateTime when the deletion occured

Return Value

Type: Task
Task allowing to await completion
See Also