IService1IO_FileLastWriteTime Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_FileLastWriteTime", ReplyAction = "http://tempuri.org/IService1/IO_FileLastWriteTimeResponse")] string IO_FileLastWriteTime( string file, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/IO_FileLastWriteTime", ReplyAction := "http://tempuri.org/IService1/IO_FileLastWriteTimeResponse")> Function IO_FileLastWriteTime ( file As String, key As String ) As String
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/IO_FileLastWriteTime", ReplyAction = L"http://tempuri.org/IService1/IO_FileLastWriteTimeResponse")] String^ IO_FileLastWriteTime( String^ file, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_FileLastWriteTime", ReplyAction = "http://tempuri.org/IService1/IO_FileLastWriteTimeResponse")>] abstract IO_FileLastWriteTime : file : string * key : string -> string