'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Find() As System.Threading.Tasks.Task(Of IEnumerable(Of Tag))
'Usage
Dim instance As ITagWCF Dim value As System.Threading.Tasks.Task(Of IEnumerable(Of Tag)) value = instance.Find()
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<IEnumerable<Tag>> Find()