'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function UpdateElements( _ ByVal entry As Entry _ ) As System.Threading.Tasks.Task(Of ValidationLog)
'Usage
Dim instance As IEntryManageElementsWCF Dim entry As Entry Dim value As System.Threading.Tasks.Task(Of ValidationLog) value = instance.UpdateElements(entry)
Parameters
- entry
- The entry for which to update elements.