WsWsaEndpointRefs.RemoveAt Method
Removes the WsaEndpointRef object at the specified index in the collection.
Namespace: Ws.Services.WsaAddressing
Assembly: MFWsStack (in mfwsstack.dll)
Syntax
public void RemoveAt (
int index
)
Parameters
- index
The zero-based index of the WsWsaEndpointRef object to remove.
Exceptions
Exception type | Condition |
---|---|
ArgumentOutOfRangeException | If index is less than zero.-or- index is equal to or greater than collection count. |
Version Information
Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.
See Also
Reference
WsWsaEndpointRefs Class
WsWsaEndpointRefs Members
Ws.Services.WsaAddressing Namespace