IService1IO_DeleteFile Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_DeleteFile", ReplyAction = "http://tempuri.org/IService1/IO_DeleteFileResponse")] void IO_DeleteFile( string targetFile, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/IO_DeleteFile", ReplyAction := "http://tempuri.org/IService1/IO_DeleteFileResponse")> Sub IO_DeleteFile ( targetFile As String, key As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/IO_DeleteFile", ReplyAction = L"http://tempuri.org/IService1/IO_DeleteFileResponse")] void IO_DeleteFile( String^ targetFile, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_DeleteFile", ReplyAction = "http://tempuri.org/IService1/IO_DeleteFileResponse")>] abstract IO_DeleteFile : targetFile : string * key : string -> unit