IService1UpdateChain Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateChain", ReplyAction = "http://tempuri.org/IService1/UpdateChainResponse")] bool UpdateChain( string zzRowId, string chainAffilId, string chainName, string chainEmail, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateChain", ReplyAction := "http://tempuri.org/IService1/UpdateChainResponse")> Function UpdateChain ( zzRowId As String, chainAffilId As String, chainName As String, chainEmail As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateChain", ReplyAction = L"http://tempuri.org/IService1/UpdateChainResponse")] bool UpdateChain( String^ zzRowId, String^ chainAffilId, String^ chainName, String^ chainEmail, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateChain", ReplyAction = "http://tempuri.org/IService1/UpdateChainResponse")>] abstract UpdateChain : zzRowId : string * chainAffilId : string * chainName : string * chainEmail : string * key : string -> bool