Sub Delete( _ ByVal tagnames() As System.String, _ ByVal times() As System.Date, _ ByRef errors As ItemErrors _ )
void Delete( System.string[] tagnames, System.DateTime[] times, out ItemErrors errors )
void Delete( System.array<String^>^ tagnames, System.array<DateTime>^ times, [Out] ItemErrors^ errors )
Parameters
- tagnames
- Array of tag names.
- times
- Array of times.
- errors
- Receives individual tag errors.