Click or drag to resize
ConferenceSlideViewerConferenceSlideViewerSubscriptionCompletionHandler Delegate
Declare a delegate that handles the slide viewer subscription request.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void ConferenceSlideViewerSubscriptionCompletionHandler(
	ReadOnlyCollection<ConferenceSlide> slidesInfo,
	CallFailureException error
)

Parameters

slidesInfo
Type: System.Collections.ObjectModelReadOnlyCollectionConferenceSlide
error
Type: Avaya.ClientServicesCallFailureException
Not null if the request failed. Represents the error associated with request.
See Also