SimulateIncomingCall(String,EventResponseArgs) Method
Simulates an incoming call with an optional simulated user response.

C# Syntax

void SimulateIncomingCall( 
   string from,
   EventResponseArgs eventResponseArgs
)

Parameters

from
The caller ID of the incoming call.
eventResponseArgs
The simulated user response (EventResponseArgs) to the incoming call that interrupts the flow of the application.