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