MVPSI.JAMS Namespace > ICurJobCommandDataSQL Interface : SaveData Method |
'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Sub SaveData( _ ByVal jamsEntry As System.Integer, _ ByVal objectId As System.Guid, _ ByVal obj() As System.Byte, _ ByVal sendToJob As System.Boolean, _ ByVal message As System.String, _ ByVal comment As System.String _ )
'Usage
Dim instance As ICurJobCommandDataSQL Dim jamsEntry As System.Integer Dim objectId As System.Guid Dim obj() As System.Byte Dim sendToJob As System.Boolean Dim message As System.String Dim comment As System.String instance.SaveData(jamsEntry, objectId, obj, sendToJob, message, comment)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] void SaveData( System.int jamsEntry, System.Guid objectId, System.byte[] obj, System.bool sendToJob, System.string message, System.string comment )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2