←Select platform

GetStatus Method

Summary

Gets the status of the service.

Syntax

C#
VB
C++
[OperationContractAttribute(Name="GetStatus", 
   Action="GetStatus", 
   AsyncPattern=false, 
   IsOneWay=false, 
   IsInitiating=true, 
   IsTerminating=false)] 
[WebInvokeAttribute(BodyStyle=2, 
   Method="POST", 
   RequestFormat=1, 
   ResponseFormat=1)] 
public TwainStatus GetStatus( 
   string id, 
   object userData 
) 
  
<OperationContractAttribute(Name="GetStatus", Action="GetStatus")> 
<WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest,  
   IsBodyStyleSetExplicitly=True,  
   IsRequestFormatSetExplicitly=True,  
   IsResponseFormatSetExplicitly=True,  
   Method="POST",  
   RequestFormat=WebMessageFormat.Json,  
   ResponseFormat=WebMessageFormat.Json)> 
Function GetStatus( _ 
   ByVal id As String, _ 
   ByVal userData As Object _ 
) As Leadtools.Services.Twain.TwainStatus 
[OperationContractAttribute(Name="GetStatus", Action="GetStatus")] 
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest,  
   IsBodyStyleSetExplicitly=true,  
   IsRequestFormatSetExplicitly=true,  
   IsResponseFormatSetExplicitly=true,  
   Method="POST",  
   RequestFormat=WebMessageFormat.Json,  
   ResponseFormat=WebMessageFormat.Json)] 
Leadtools.Services.Twain.TwainStatus^ GetStatus(  
   String^ id, 
   Object^ userData 
)  

Parameters

id
The scanning session Id.

userData
The user data.

Return Value

The status of the service.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly