View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000120 | .NET API | Implementation Bug | public | 2007-02-28 23:21 | 2008-05-10 08:50 |
Reporter | Randy Armstrong | Assigned To | Randy Armstrong | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000120: RemoveItems returns incorrect handles | ||||
Description | My input handles to the subscription.RemoveItems method are: ClientHandle = it is an object of type {MySubscriptionItem}, not null After the successful removal, the result of the handles in the IdentifiedResult object are not null, there values are: ClientHandle = 2, type int | ||||
Tags | No tags attached. | ||||
|
A bug in OpcCom.Da.Subscription.RemoveItems. Fixed with the following code: // process results. ArrayList itemsToRemove = new ArrayList(itemIDs.Length); for (int ii = 0; ii < itemIDs.Length; ii++)
} // apply filter to results.
} |
|
Will be part of Release 2.00.101 |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-02-28 23:21 | Randy Armstrong | New Issue | |
2007-02-28 23:21 | Randy Armstrong | Status | new => assigned |
2007-02-28 23:21 | Randy Armstrong | Assigned To | => Randy Armstrong |
2007-02-28 23:22 | Randy Armstrong | Status | assigned => resolved |
2007-02-28 23:22 | Randy Armstrong | Resolution | open => fixed |
2007-02-28 23:22 | Randy Armstrong | Note Added: 0000185 | |
2007-02-28 23:24 | Randy Armstrong | Status | resolved => confirmed |
2008-05-10 08:50 | Randy Armstrong | Status | confirmed => resolved |
2008-05-10 08:50 | Randy Armstrong | Note Added: 0000696 |