←Select platform

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