'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function FindByName( _ ByVal timeZoneName As System.String _ ) As System.Threading.Tasks.Task(Of TimeZone)
'Usage
Dim instance As ITimeZoneWCF Dim timeZoneName As System.String Dim value As System.Threading.Tasks.Task(Of TimeZone) value = instance.FindByName(timeZoneName)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<TimeZone> FindByName( System.string timeZoneName )
Parameters
- timeZoneName