Name

Operation

Synopsis

This class represents the WSDL <operation> element. It describes an operation, which consists of one or more OperationMessage objects. In a WSDL document, an <operation> element exists for every method in your web service. (Actually, there will be three copies of this set of operation elements—one for each different type of transmission, contained in differently named <portType> elements.)

Every operation is associated with exactly one OperationInput and one OperationOutput object.

Public NotInheritable Class Operation : Inherits DocumentableItem
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public ReadOnly Property Faults As OperationFaultCollection  
   Public ReadOnly Property Messages As OperationMessageCollection  
   Public Property Name As String  
   Public Property ParameterOrder As String()  
   Public Property ParameterOrderString As String  
   Public ReadOnly Property PortType As PortType  
' Public Instance Methods
   Public Function IsBoundBy(
        ByVal operationBinding As OperationBinding) As Boolean  
End Class

Hierarchy

System.ObjectDocumentableItem Operation

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.