The EndGetJpipResponse Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
- ar
- An IAsyncResult that stores state information for this asynchronous operation.
Visual Basic (Declaration) | |
---|---|
Public Function EndGetJpipResponse( _ ByVal ar As IAsyncResult _ ) As JpipResponse |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipClient Dim ar As IAsyncResult Dim value As JpipResponse value = instance.EndGetJpipResponse(ar) |
C# | |
---|---|
public JpipResponse EndGetJpipResponse( IAsyncResult ar ) |
C++/CLI | |
---|---|
public: JpipResponse^ EndGetJpipResponse( IAsyncResult^ ar ) |
Parameters
- ar
- An IAsyncResult that stores state information for this asynchronous operation.
If successful, the JpipResponse object contains the response data received from the server; otherwise, will throw an exception.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7