Visual Basic (Declaration) | |
---|---|
Public Sub StopGetJpipResponse( _ ByVal ar As IAsyncResult _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void StopGetJpipResponse( IAsyncResult ar ) |
C++/CLI | |
---|---|
public: void StopGetJpipResponse( IAsyncResult^ ar ) |
Parameters
- ar
- The IAsyncResult that references the asynchronous request to abort.
After calling this method do not call the EndGetJpipResponse method with the same ar object
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family