Dialer SDK > Testing > Interview simulator > GetNextContact
 
GetNextContact
Syntax
GetNextContact()
Type
Method
Parameters
None
Return value
None
Description
Gets the next contact using ISessionEngine.GetNewSampleRecord(). This should call DialingProvider.SignOn() followed by ISampleManagementProvider.Get().
Remarks
The contact is not returned via this method but the SessionEngine does have a contact at this point. The sample record is available from the SampleId and SampleRecordXml properties.
See also
Interview simulator