Dialer SDK > Implementation details > Dialing provider API > ISampleManagementProvider
 
ISampleManagementProvider
Dialing providers should implement the Get and Return methods of ISampleManagementProvider. Dialing providers should delegate the work of retrieving and returning the sample record to Get and Return to the selected sample management provider. There are examples of this in the sample code.
Dialing providers can return not implemented for the other methods and properties. The session engine will then delegate these to the selected ISampleManagementProvider.
Methods
Method
Implementation
Load
Not implemented for dialing providers
Add
Not implemented for dialing providers
Remove
Not implemented for dialing providers
Authenticate
Not implemented for dialing providers
Get
See Get
Query
Not implemented (reserved for future use)
Return
See Return
Update
Not implemented for dialing providers
SetScript
Not implemented for dialing providers
GetScript
Not implemented for dialing providers
ParseScript
Not implemented for dialing providers
RunScriptFunction
Not implemented for dialing providers
Properties
Property
Implementation
ReturnCodes
Not implemented for dialing providers
Queues
Not implemented for dialing providers
AuthenticationFields
Not implemented for dialing providers
See also
Dialing provider API