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