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