[OperationContractAttribute(Name="SelectSource",
Action="SelectSource",
AsyncPattern=false,
IsOneWay=false,
IsInitiating=true,
IsTerminating=false)]
[WebInvokeAttribute(BodyStyle=2,
Method="POST",
RequestFormat=1,
ResponseFormat=1)]
public void SelectSource(
string id,
string sourceName,
object userData
)
id
The scanning session Id.
sourceName
String contains source name to be selected.
userData
The user data.