| GetServiceCallStatus Method | |
| See Also |
- pIServiceCallStatusParams
The key of the service call status to retrieve.
Retrieves a service call status.
The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method.
| Visual Basic |
|---|
Public Function GetServiceCallStatus( _
ByVal pIServiceCallStatusParams As ServiceCallStatusParams _
) As ServiceCallStatus |
- pIServiceCallStatusParams
The key of the service call status to retrieve.
The service call status with the specified key.