Reference Library
ServiceProvider..::..ValidateDeviceSecurityCodeResponseArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderServiceProvider..::..ValidateDeviceSecurityCodeResponseArgs
Parameters for Validate Device Security Code response.
Declaration Syntax
C#Visual BasicVisual C++
public class ValidateDeviceSecurityCodeResponseArgs : ServiceProvider..::..ServiceProviderCommonResponseArgs
Public Class ValidateDeviceSecurityCodeResponseArgs _
	Inherits ServiceProvider..::..ServiceProviderCommonResponseArgs
public ref class ValidateDeviceSecurityCodeResponseArgs : 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.)
getReason
Get the reason why the resturn code indicated a failure.

getResponseCode
Get the Response Code that was returned. 0 indicates no errors.

getServiceProvider
The ServiceProvider object that this event is associated with.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
getUserState
The User State object that the application passed in.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
getXmlDocument
The XML Document associated with this response.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
Inheritance Hierarchy
Object
EventArgs
 ServiceProvider..::..ServiceProviderCommonResponseArgs
  ServiceProvider..::..ValidateDeviceSecurityCodeResponseArgs

Assembly: ServiceProvider (Module: ServiceProvider)