EndGetJpipResponse Method

Summary
Ends a pending asynchronous request.
Syntax
C#
VB
C++
public JpipResponse EndGetJpipResponse( 
   IAsyncResult ar 
) 
  
Public Function EndGetJpipResponse( _ 
   ByVal ar As IAsyncResult _ 
) As JpipResponse 
public: 
JpipResponse^ EndGetJpipResponse(  
   IAsyncResult^ ar 
)  

Parameters

ar
An IAsyncResult that stores state information for this asynchronous operation.

Remarks

If successful, the JpipResponse object contains the response data received from the server; otherwise, will throw an exception.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.