'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Added( _ ByVal tenantId As System.Integer _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As ITenantWCF Dim tenantId As System.Integer Dim value As System.Threading.Tasks.Task value = instance.Added(tenantId)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task Added( System.int tenantId )
Parameters
- tenantId