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

Show in webframe

Stop Method (ITwainService)






The scanning session Id.
The user data.
Stops the scanning session.
Syntax
[OperationContractAttribute(Name="Stop", Action="Stop")]
[WebInvokeAttribute(Method="POST", 
   BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json, 
   IsBodyStyleSetExplicitly=true, 
   IsRequestFormatSetExplicitly=true, 
   IsResponseFormatSetExplicitly=true)]
void Stop( 
   string id,
   object userData
)
'Declaration
 
<OperationContractAttribute(Name="Stop", Action="Stop")>
<WebInvokeAttribute(Method="POST", 
   BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json, 
   IsBodyStyleSetExplicitly=True, 
   IsRequestFormatSetExplicitly=True, 
   IsResponseFormatSetExplicitly=True)>
Sub Stop( _
   ByVal id As String, _
   ByVal userData As Object _
) 
'Usage
 
Dim instance As ITwainService
Dim id As String
Dim userData As Object
 
instance.Stop(id, userData)

            

            
[OperationContractAttribute(Name="Stop", Action="Stop")]
[WebInvokeAttribute(Method="POST", 
   BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json, 
   IsBodyStyleSetExplicitly=true, 
   IsRequestFormatSetExplicitly=true, 
   IsResponseFormatSetExplicitly=true)]
void Stop( 
   String^ id,
   Object^ userData
) 

Parameters

id
The scanning session Id.
userData
The user data.
Requirements

Target Platforms

See Also

Reference

ITwainService Interface
ITwainService Members

Error processing SSI file