Name

OperationMessageCollection

Synopsis

This collection of OperationMessage objects is used by the Messages property of the Operation class. You can access each OperationMessage element by position (index number).

Public NotInheritable Class OperationMessageCollection : Inherits ServiceDescriptionBaseCollection
' Public Instance Properties
   Public ReadOnly Property Flow As OperationFlow  
   Public ReadOnly Property Input As OperationInput  
   Public Default Property Item(
        ByVal index As Integer) As OperationMessage  
   Public ReadOnly Property Output As OperationOutput  
' Public Instance Methods
   Public Function Add(
        ByVal operationMessage As OperationMessage) As Integer  
   Public Function Contains(
        ByVal operationMessage As OperationMessage) As Boolean  
   Public Sub CopyTo(ByVal array As OperationMessage(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal operationMessage As OperationMessage) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal operationMessage As OperationMessage) 
   Public Sub Remove(
        ByVal operationMessage As OperationMessage) 
' Protected Instance Methods
   Overrides Protected Sub OnInsert(ByVal index As Integer, 
        ByVal value As Object) 
   Overrides Protected Sub OnSet(ByVal index As Integer, 
        ByVal oldValue As Object, ByVal newValue As Object) 
   Overrides Protected Sub OnValidate(ByVal value As Object) 
   Overrides Protected Sub SetParent(ByVal value As Object, 
        ByVal parent As Object) 
End Class

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList,

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.