SISConnectorSvcTestCRMConnectivity Method
The TestCRMConnectivity method is used to test connectivity between the Higher Education Foundation iService methods and Main database.

Namespace:  SISConnectorService
 

Syntax
C#
public ReturnStatus TestCRMConnectivity()

Return Value

Type: ReturnStatus
The TestCRMConnectivity method returns the ReturnStatus structure with the value of the statusId member as 0 if the operation is successful and -1 along with the error code and error message if the operation fails.
See Also