AssnHistoryDataSet.HistoryDataTable.AddHistoryRow Method
Adds a HistoryRow object to the HistoryDataTable.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Sub AddHistoryRow ( _
row As AssnHistoryDataSet.HistoryRow _
)
'Usage
Dim instance As AssnHistoryDataSet.HistoryDataTable
Dim row As AssnHistoryDataSet.HistoryRow
instance.AddHistoryRow(row)
public void AddHistoryRow(
AssnHistoryDataSet.HistoryRow row
)
Parameters
- row
Type: [Statusing Web service].AssnHistoryDataSet.HistoryRow
The history row to add.
Remarks
The AddHistoryRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single AssnHistoryDataSet.HistoryRow parameter, for example, AddHistoryRow(AssnHistoryDataSet.HistoryRow row).
The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in HistoryRow. This overload is used internally.
public HistoryRow AddHistoryRow( System.Guid ASSN_TRANS_UID, byte ASSN_TRANS_TYPE_ENUM, byte ASSN_TRANS_ACTION_ENUM, System.DateTime ASSN_TRANS_UPDATE_DATE, System.DateTime ASSN_TRANS_SUBMIT_DATE, byte[] ASSN_CHANGE_DATA, byte[] TASK_CHANGE_DATA, string ASSN_TRANS_COMMENT, byte ASSN_TRANS_COMMENT_TYPE_ENUM, System.Guid ASSN_TRANS_AUTHOR_RES_UID, string RES_NAME, string RES_NAME_DELEGATEE, System.DateTime ASSN_TRANS_DATE_ENTERED, System.DateTime ASSN_TRANS_DELEGATE_DATE, int WASSN_UPDATE_TRACKING_MODE)
See Also
Reference
AssnHistoryDataSet.HistoryDataTable Class