DatStat Illume 4.5 SDK Class Reference

WebServiceContext.GetParticipant Method 

Given a participant list, and the ID of a participant, returns the participant if found.

If the participant or the participant list is invalid, this method will throw an exception.

public SDK_Participant GetParticipant(
   SDK_ParticipantList list,
   String participantId
);

Parameters

list
The SDK_ParticipantList to retrieve the participant from.
participantId
The id of the participant being retrieved.

Return Value

SDK_Participant

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace