Send a GetCallInformation request to the server.

Declaration Syntax
Public Function GetCallInformation ( _
deviceIdAsString As String, _
userState As Object _
) As Integer
public:
virtual int GetCallInformation(
String^ deviceIdAsString,
Object^ userState
) sealed

Parameters
- deviceIdAsString (String)
-
The ID of the device that the request is for.
- userState (Object)
-
Any object the application would like returned with the response.

Return Value
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)