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