Visual Basic (Declaration) | |
---|---|
Public Function EndGetJpipResponse( _ ByVal ar As IAsyncResult _ ) As JpipResponse |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family