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