Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.10
|
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, IsBodyStyleSetExplicitly=true, IsRequestFormatSetExplicitly=true, IsResponseFormatSetExplicitly=true, Method="POST", RequestFormat=WebMessageFormat.Json, ResponseFormat=WebMessageFormat.Json)] [OperationContractAttribute(Name="Run", Action="Run")] void Run( string id, int firstPageNumber, int lastPageNumber, string commandName, string arguments, object userData )
'Declaration <WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, IsBodyStyleSetExplicitly=True, IsRequestFormatSetExplicitly=True, IsResponseFormatSetExplicitly=True, Method="POST", RequestFormat=WebMessageFormat.Json, ResponseFormat=WebMessageFormat.Json)> <OperationContractAttribute(Name="Run", Action="Run")> Sub Run( _ ByVal id As String, _ ByVal firstPageNumber As Integer, _ ByVal lastPageNumber As Integer, _ ByVal commandName As String, _ ByVal arguments As String, _ ByVal userData As Object _ )
'Usage Dim instance As IImageProcessingService Dim id As String Dim firstPageNumber As Integer Dim lastPageNumber As Integer Dim commandName As String Dim arguments As String Dim userData As Object instance.Run(id, firstPageNumber, lastPageNumber, commandName, arguments, userData)
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, IsBodyStyleSetExplicitly=true, IsRequestFormatSetExplicitly=true, IsResponseFormatSetExplicitly=true, Method="POST", RequestFormat=WebMessageFormat.Json, ResponseFormat=WebMessageFormat.Json)] [OperationContractAttribute(Name="Run", Action="Run")] void Run( String^ id, int firstPageNumber, int lastPageNumber, String^ commandName, String^ arguments, Object^ userData )