CtiCallStateManager.RaiseNewCallEvent(NewCallEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises a new call event if a new call event is wired.
public:
virtual void RaiseNewCallEvent(Microsoft::Uii::Desktop::Cti::Core::NewCallEventArgs ^ newCallArgs);
public void RaiseNewCallEvent (Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs newCallArgs);
abstract member RaiseNewCallEvent : Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs -> unit
override this.RaiseNewCallEvent : Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs -> unit
Public Sub RaiseNewCallEvent (newCallArgs As NewCallEventArgs)
Parameters
- newCallArgs
- NewCallEventArgs
Specifies the new call arguments.