DatStat Illume 4.5 SDK Class Reference

WebServiceContext.SuspendSurvey Method 

Suspends the survey if it is currently running. If the survey is not in a state that can be suspended an appropriate exception is thrown.

public void SuspendSurvey(
   Int32 surveyId,
   String comments
);

Parameters

surveyId
The id of the survey.
comments
Any comments that should be saved in the survey history with this action.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace