IAzureCosmosDbConfirmEditEnvironment Method

Confirm edit request of an EnvironmentDto

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task ConfirmEditEnvironment(
	EnvironmentDto environment,
	CompanyDto company,
	UserSessionData confirmBy,
	bool isLocked,
	CancellationToken cancellationToken = default
)

Parameters

environment  EnvironmentDto
Environment to be locked
company  CompanyDto
Company the environment belongs to
confirmBy  UserSessionData
User confirming the request
isLocked  Boolean
True if the environment is locked
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

Task
Task completion

See Also