The Remove Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
- item
- DelegatedServer to remove.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function Remove( _ ByVal item As DelegatedServer _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DelegatedServersCollection Dim item As DelegatedServer Dim value As Boolean value = instance.Remove(item) |
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 System.Object.Equals(System.Object).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7