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