Reference Library
ServiceProvider..::.StartApplicationSessionResponseArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderServiceProvider..::.StartApplicationSessionResponseArgs
Parameters for Start Application Session response.
Declaration Syntax
C#Visual BasicVisual C++
public class StartApplicationSessionResponseArgs : ServiceProvider..::.ServiceProviderCommonResponseArgs
Public Class StartApplicationSessionResponseArgs _
	Inherits ServiceProvider..::.ServiceProviderCommonResponseArgs
public ref class StartApplicationSessionResponseArgs : public ServiceProvider..::.ServiceProviderCommonResponseArgs
Members
All MembersProperties



IconMemberDescription
getError
If an exception occurred in the server, this will contain the text of the exception.
(Inherited from ServiceProvider..::.ServiceProviderCommonResponseArgs.)
getInvokeId
The ID of the XML messages that was sent to the server.
(Inherited from ServiceProvider..::.ServiceProviderCommonResponseArgs.)
getProtocolVersion
The protocol version that is being used.

getServiceProvider
The ServiceProvider object that this event is associated with.
(Inherited from ServiceProvider..::.ServiceProviderCommonResponseArgs.)
getSessionDuration
The session duration in seconds.

getSessionId
The id of the session that was created.

getUserState
The User State object that the application passed in.
(Inherited from ServiceProvider..::.ServiceProviderCommonResponseArgs.)
Inheritance Hierarchy
Object
EventArgs
 ServiceProvider..::.ServiceProviderCommonResponseArgs
  ServiceProvider..::.StartApplicationSessionResponseArgs

Assembly: ServiceProvider (Module: ServiceProvider)