Leadtools.Jpip.Client Requires JPIP module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BeginGetJpipResponse(String,RequestFields,AsyncCallback,Object) Method
See Also 
Leadtools.Jpip.Client Namespace > JpipClient Class > BeginGetJpipResponse Method : BeginGetJpipResponse(String,RequestFields,AsyncCallback,Object) Method



path
A String representing the resource to locate at the server. This is usually the image name to locate.
requestFields
A RequestFields object which contains the JPIP fields.
callBack
A Delegate to call when this method is completed and a response is received from the server.
state
An Object that contains state information for this request.
Makes an asynchronous request to a JPIP server.

Syntax

Visual Basic (Declaration) 
Public Overloads Function BeginGetJpipResponse( _
   ByVal path As String, _
   ByVal requestFields As RequestFields, _
   ByVal callBack As AsyncCallback, _
   ByVal state As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As JpipClient
Dim path As String
Dim requestFields As RequestFields
Dim callBack As AsyncCallback
Dim state As Object
Dim value As IAsyncResult
 
value = instance.BeginGetJpipResponse(path, requestFields, callBack, state)
C# 
public IAsyncResult BeginGetJpipResponse( 
   string path,
   RequestFields requestFields,
   AsyncCallback callBack,
   object state
)
C++/CLI 
public:
IAsyncResult^ BeginGetJpipResponse( 
   String^ path,
   RequestFields requestFields,
   AsyncCallback^ callBack,
   Object^ state
) 

Parameters

path
A String representing the resource to locate at the server. This is usually the image name to locate.
requestFields
A RequestFields object which contains the JPIP fields.
callBack
A Delegate to call when this method is completed and a response is received from the server.
state
An Object that contains state information for this request.

Return Value

An IAsyncResult that references the asynchronous request.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Jpip.Clientrequires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features