'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Update( _ ByVal tenant As Tenant _ ) As System.Threading.Tasks.Task(Of ValidationLog)
'Usage
Dim instance As ITenantWCF Dim tenant As Tenant Dim value As System.Threading.Tasks.Task(Of ValidationLog) value = instance.Update(tenant)
Parameters
- tenant