public class MessageHandlerCollection extends com.aspose.ms.System.Collections.ObjectModel.Collection<MessageHandler>
Represents collection of the MessageHandler.
MessageHandler| Constructor and Description |
|---|
MessageHandlerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
insertItem(int index,
MessageHandler item)
Inserts an element into the
System.Collections.ObjectModel.Collection`1 at the specified index. |
void |
invoke(INetworkOperationContext context) |
void |
next(INetworkOperationContext context,
MessageHandler handler) |
protected void |
setItem(int index,
MessageHandler item)
Replaces the element at the specified index.
|
addItem, clear, containsItem, copyToTArray, get_Item, get_Items, getICollection, getIList, getSyncRoot, indexOfItem, isReadOnly, iterator, removeAt, removeItem, set_Item, sizeprotected void setItem(int index,
MessageHandler item)
Replaces the element at the specified index.
setItem in class com.aspose.ms.System.Collections.ObjectModel.Collection<MessageHandler>index - The zero-based index of the element to replace.item - The new value for the element at the specified index. The value can be null for reference types.public void insertItem(int index,
MessageHandler item)
Inserts an element into the System.Collections.ObjectModel.Collection`1 at the specified index.
insertItem in interface com.aspose.ms.System.Collections.Generic.IGenericList<MessageHandler>insertItem in class com.aspose.ms.System.Collections.ObjectModel.Collection<MessageHandler>index - The zero-based index at which item should be inserted.item - The object to insert. The value can be null for reference types.public void invoke(INetworkOperationContext context)
public void next(INetworkOperationContext context, MessageHandler handler)