Remove Method

Summary
Removes the specified DelegatedServer.
Syntax
C#
VB
C++
public bool Remove( 
   DelegatedServer item 
) 
  
Public Function Remove( _ 
   ByVal item As DelegatedServer _ 
) As Boolean 
public: 
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.

Remarks

The method determines equality using the default System.Object.Equals(System.Object).

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.