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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.