Dialer SDK > Implementation details > Dialing provider API > IDialingProvider > SignOff
 
SignOff
Syntax
SignOff(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
1 Remove the interviewer from dialing groups if not already removed. Phone Participants cannot handle connects at this point.
2 Disconnect the extension including the remote extension if this is a remote interviewer or supervisor.
When interviewer properties are changed, the dialing provider is checked to determine if the interface IDialingProvider2 is supported. If it is supported, the session engine will call IDialingProvider2.UpdateSession. If it is not supported, IDialingProvider SignOff will be called.
See also
IDialingProvider