'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Hold( _ ByVal jamsEntry As System.Integer, _ ByVal comment As System.String _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As IEntryWCF Dim jamsEntry As System.Integer Dim comment As System.String Dim value As System.Threading.Tasks.Task value = instance.Hold(jamsEntry, comment)
Parameters
- jamsEntry
- The JAMSEntry of entry to hold.
- comment
- A comment to be added to the audit trail for the entry.