OperationCollection.Add Method (Operation)

 

Adds the specified Operation to the end of the OperationCollection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Add : 
        operation:Operation -> int

Parameters

operation
Type: System.Web.Services.Description.Operation

The Operation to add to the collection.

Return Value

Type: System.Int32

The zero-based index where the operation parameter has been added.

The following example demonstrates the use of the Add method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: