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