DatStat Illume 4.5 SDK Class Reference

WebServiceContext.DeleteParticipant Method 

Given a participant list and the id of a participant, this method will delete that participant from that participant list.

public void DeleteParticipant(
   SDK_ParticipantList list,
   String participantId
);

Parameters

list
The SDK_ParticipantList to delete the participant from.
participantId
The id of the participant being deleted.

Remarks

If the same participant (i.e. a participant with the same id) exists on other participant lists, the participant will remain in the system but will no longer be on the given participant list. If the participant is NOT used on any other participant lists, the participant will be deleted from the system entirely.

If there is an error during the delete, an exception will be thrown with an appropriate error message.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace