Click or drag to resize

CobraServicesVerifyIntegrity Method

Note: This API is now obsolete.

Verify the integrity of Cobra.

Namespace:  Cobra.WebService.ClientAPI.Client
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
[ObsoleteAttribute("Use the VerifyIntegrity(VerifyIntegrityServiceArguments) method instead.")]
public VerifyIntegrityServiceResult VerifyIntegrity()

Return Value

Type: VerifyIntegrityServiceResult
Instance of VerifyIntegrityServiceResult class containing the result of verifying integrity.
See Also