ISchedulerCollection.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to the collection.
public void Add (object item);
abstract member Add : obj -> unit
Public Sub Add (item As Object)
Parameters
- item
- Object
The item to add to the collection. The type for all items in the collection must be the same.