This document is archived and information here might be outdated. Recommended version. |
Removes a barrier with a specified ID from the collection.
[Visual Basic .NET]
Public Sub Remove ( _
ByVal lID As Integer _
)
[C#]
public void Remove (
int lID
);
[C++]
HRESULT Remove(
long lID
);
[C++] Parameters lID [in]
lID is a parameter of type long
Removes the network barrier from the collection.