DatStat Illume 4.5 SDK Class Reference

WebServiceContext.AddExistingParticipants Method 

Adds one or more existing participants to a participant list.

public void AddExistingParticipants(
   SDK_ParticipantList list,
   String[] participantIdArray
);

Parameters

list
The SDK_ParticipantList the participant(s) are being added to.
participantIdArray
A String array of participant ids that will be added to the participant list.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace