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