- item
- DelegatedServer to remove.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function Remove( _ ByVal item As DelegatedServer _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual bool Remove( DelegatedServer item ) |
C++/CLI | |
---|---|
public: virtual bool Remove( DelegatedServer^ item ) |
Parameters
- item
- DelegatedServer to remove.
Return Value
true if DelegatedServer has been successfully removed; otherwise, false. This method also returns false if a DelegatedServer was not found in the collection.The method determines equality using the default Equals.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family