'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function SetEntryState( _ ByVal jamsEntry As System.Integer, _ ByVal jobStatus As System.String, _ ByVal message As System.String, _ ByVal icon As EntryIcon, _ ByVal permanent As System.Boolean, _ ByVal enableRelease As System.Boolean _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As IEntryWCF Dim jamsEntry As System.Integer Dim jobStatus As System.String Dim message As System.String Dim icon As EntryIcon Dim permanent As System.Boolean Dim enableRelease As System.Boolean Dim value As System.Threading.Tasks.Task value = instance.SetEntryState(jamsEntry, jobStatus, message, icon, permanent, enableRelease)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task SetEntryState( System.int jamsEntry, System.string jobStatus, System.string message, EntryIcon icon, System.bool permanent, System.bool enableRelease )
Parameters
- jamsEntry
- The JAMS Entry to be set
- jobStatus
- The text to be displayed.
- message
- Audit Trail message.
- icon
- Icon associated with the entry state.
- permanent
- flag denoting whether icon is permanent.
- enableRelease