Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

GetStatus Method (ITwainService)






The scanning session Id.
The user data.
Gets the status of the service.
Syntax
[OperationContractAttribute(Name="GetStatus", Action="GetStatus")]
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   IsBodyStyleSetExplicitly=true, 
   IsRequestFormatSetExplicitly=true, 
   IsResponseFormatSetExplicitly=true, 
   Method="POST", 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json)]
TwainStatus GetStatus( 
   string id,
   object userData
)
'Declaration
 
<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 TwainStatus
'Usage
 
Dim instance As ITwainService
Dim id As String
Dim userData As Object
Dim value As TwainStatus
 
value = instance.GetStatus(id, userData)

            

            
[OperationContractAttribute(Name="GetStatus", Action="GetStatus")]
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   IsBodyStyleSetExplicitly=true, 
   IsRequestFormatSetExplicitly=true, 
   IsResponseFormatSetExplicitly=true, 
   Method="POST", 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json)]
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

See Also

Reference

ITwainService Interface
ITwainService Members

Error processing SSI file