DatStat Illume 4.5 SDK Class Reference

WebServiceContext.GetParticipantList Method 

This method will retrieve the named participant list from the system and return it as an SDK_ParticipantList.

If the list is not found or if there is an error during retrieval, an exception will be thrown with an appropriate error message.

public SDK_ParticipantList GetParticipantList(
   String listName
);

Parameters

listName
The name of the list.

Return Value

SDK_ParticipantList

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace