IService1RunFilter Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/RunFilter", ReplyAction = "http://tempuri.org/IService1/RunFilterResponse")] bool RunFilter( string auditorId, string importId, string spName, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RunFilter", ReplyAction := "http://tempuri.org/IService1/RunFilterResponse")> Function RunFilter ( auditorId As String, importId As String, spName As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RunFilter", ReplyAction = L"http://tempuri.org/IService1/RunFilterResponse")] bool RunFilter( String^ auditorId, String^ importId, String^ spName, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/RunFilter", ReplyAction = "http://tempuri.org/IService1/RunFilterResponse")>] abstract RunFilter : auditorId : string * importId : string * spName : string * key : string -> bool