IService1IO_MoveFile Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_MoveFile", ReplyAction = "http://tempuri.org/IService1/IO_MoveFileResponse")] void IO_MoveFile( string srcFile, string destFile, bool overwrite, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/IO_MoveFile", ReplyAction := "http://tempuri.org/IService1/IO_MoveFileResponse")> Sub IO_MoveFile ( srcFile As String, destFile As String, overwrite As Boolean, key As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/IO_MoveFile", ReplyAction = L"http://tempuri.org/IService1/IO_MoveFileResponse")] void IO_MoveFile( String^ srcFile, String^ destFile, bool overwrite, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_MoveFile", ReplyAction = "http://tempuri.org/IService1/IO_MoveFileResponse")>] abstract IO_MoveFile : srcFile : string * destFile : string * overwrite : bool * key : string -> unit