←Select platform

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 Leadtools.Jpip.Client.JpipResponse 
public: 
Leadtools.Jpip.Client.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.