Leer en inglés Editar

Compartir a través de


IncomingCallDelegate<TCall> Delegate

Definition

Represents the delegate signature of a typical handler for an application to handle an incoming call of type TCall.

C#
public delegate void IncomingCallDelegate<TCall>(object sender, CallReceivedEventArgs<TCall> e) where TCall : Call;

Type Parameters

TCall

A class derived from Call.

Parameters

sender
Object

The sender object.

e
CallReceivedEventArgs<TCall>

A generic CallReceivedEventArgs that contains the strongly typed call instance.

Remarks

Note that in addition to AudioVideoCall and InstantMessagingCall, an application can implement a custom Call type for a modality other than audio, video or instant messaging.

Applies to

Producto Versiones
Lync UCMA 4.0, 5.0, latest