Add Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds an object to the end of the collection.

Namespace:  Ws.Services
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Function Add ( _
    serviceOperation As WsServiceOperation _
) As Integer
public int Add(
    WsServiceOperation serviceOperation
)
public:
int Add(
    WsServiceOperation^ serviceOperation
)
member Add : 
        serviceOperation:WsServiceOperation -> int 
public function Add(
    serviceOperation : WsServiceOperation
) : int

Parameters

  • serviceOperation
    Type: Ws.Services. . :: . .WsServiceOperation
    The object to be added to the end of the collection. The value can be nullNothingnullptrunita null reference (Nothing in Visual Basic).

Return Value

Type: System. . :: . .Int32
The index at which the value has been added in the collection.

.NET Framework Security

See Also

Reference

WsServiceOperations Class

Ws.Services Namespace