Dialer SDK > Implementation details > Dialing provider API > IDialingProvider2 > UpdateSession
 
UpdateSession
Syntax
UpdateSession(SampleManagementName As String, PropertiesXml As String) As SampleManagementResultXml
Type
Method
Parameters
SampleManagementName
The name of the sample management DPM object used to access sample management parameters for the project.
PropertiesXml
The project, interview, interviewer, and station properties as SampleManagementXml.
Return value
SampleManagementResultXml
Description
This interface is defined to allow the interviewer properties to be updated without signing-off. When interviewer properties are changd, the dialing provider is checked to determine if this interface is supported. If it is supported, the session engine will call this interface's UpdateSession. If it is not supported, the IDialingProvider SignOff is called.
See also
IDialingProvider2