| ProvisioningClaimControllerExpireClaim Method |
Expire provisioning claim. If ExpiresOn is null then expiration is set to one hour ago
Method is used on Provisioning Errors view, and also from RoPE OPS extension, when communication to OPS fails
Namespace:
Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void ExpireClaim(
int provisioningClaimId,
Nullable<DateTime> expiresOn = null,
string expireMessage = null
)
Parameters
- provisioningClaimId
- Type: SystemInt32
- expiresOn (Optional)
- Type: SystemNullableDateTime
- expireMessage (Optional)
- Type: SystemString
Set message for claim, leave empty to keep original message
See Also