DatStat Illume 4.5 SDK Class Reference

WebServiceContext.StartSurvey Method 

Starts the survey if it is currently suspended (stopped). If the survey is not in a state that can be started an appropriate exception is thrown.

public void StartSurvey(
   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