'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function SetEntryParameter( _ ByVal jamsEntry As System.Integer, _ ByVal paramName As System.String, _ ByVal paramValue As System.String _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As IEntryWCF Dim jamsEntry As System.Integer Dim paramName As System.String Dim paramValue As System.String Dim value As System.Threading.Tasks.Task value = instance.SetEntryParameter(jamsEntry, paramName, paramValue)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task SetEntryParameter( System.int jamsEntry, System.string paramName, System.string paramValue )
Parameters
- jamsEntry
- The entry number that owns the parameter.
- paramName
- The name of the parameter to update.
- paramValue
- The new parameter value.