StopGetJpipResponse Method

Summary
Aborts a request to the server.
Syntax
C#
VB
C++
public void StopGetJpipResponse( 
   IAsyncResult ar 
) 
  
Public Sub StopGetJpipResponse( _ 
   ByVal ar As IAsyncResult _ 
)  
public: 
void StopGetJpipResponse(  
   IAsyncResult^ ar 
)  

Parameters

ar
The System.IAsyncResult that references the asynchronous request to abort.

Remarks

After calling this method do not call the EndGetJpipResponse method with the same ar object

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.